Skip to content
Snippets Groups Projects
Commit 4cc65b87 authored by Joern Ungermann's avatar Joern Ungermann
Browse files

Merge branch 'debian_python3' into 'debian'

use a better way to use python3

See merge request j.ungermann/docker-jurassic2!5
parents e9857aec ba513e54
No related merge requests found
......@@ -31,6 +31,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
ncdu \
nco \
procps \
python-is-python3 \
python3-ipython \
python3-mpltoolkits.basemap \
python3-netcdf4 \
......@@ -48,8 +49,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
xz-utils \
zlib1g-dev \
zsh \
&& apt-get -yqq clean \
&& ln /usr/bin/python3.9 /usr/bin/python
&& apt-get -yqq clean
# default command to start when run
CMD [ "/bin/bash", "--login" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment