Skip to content

Commit

Permalink
Update python defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Apr 5, 2024
1 parent af78ec3 commit 1846ebe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ RUN apt-get update && \
libatlas-base-dev \
gsl-bin \
libgsl-dev \
bc && \
bc \
python-is-python3 && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
rm -rf /var/lib/apt/lists/* && \
apt-get -y clean

Expand Down

0 comments on commit 1846ebe

Please sign in to comment.