Skip to content

Commit

Permalink
adding priority to update-alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed May 3, 2024
1 parent 250ab60 commit c8f602f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:jammy

RUN apt update && apt install -y build-essential git gfortran python3-pip python3.10

RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10
RUN update-alternatives --install /usr/bin/pip pip /ur/bin/pip3.10
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1
RUN update-alternatives --install /usr/bin/pip pip /ur/bin/pip3.10 1

WORKDIR /opt
RUN git clone https://github.com/esmf-org/esmf.git
Expand Down

0 comments on commit c8f602f

Please sign in to comment.