Skip to content
Snippets Groups Projects
Verified Commit 87d5c4cc authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Remove python2 from image

parent 8b94a76c
No related branches found
Tags v6.22.0
No related merge requests found
Pipeline #6799 passed
......@@ -13,7 +13,7 @@ RUN apt update \
libmysqlclient-dev libfftw3-dev libcfitsio-dev \
graphviz-dev libavahi-compat-libdnssd-dev \
libldap2-dev libxml2-dev libkrb5-dev \
libgsl0-dev libqt4-dev python python3 python3-dev python3-pip \
libgsl0-dev libqt4-dev python3 python3-dev python3-pip \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install ipython
......
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