Merge branch 'master' into clean_repos

This commit is contained in:
2021-06-30 16:37:59 +02:00
6 changed files with 504 additions and 485 deletions

View File

@ -36,10 +36,7 @@ RUN \
xz-utils \
zip \
zlib1g-dev \
# python-is-python3 \
python-is-python3 \
&& apt-get clean autoclean --yes \
&& apt-get autoremove --yes \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
RUN ln -s /usr/bin/python3 /usr/bin/python \
&& ln -s /usr/bin/pip3 /usr/bin/pip