„Dockerfile“ ändern

This commit is contained in:
2020-04-12 21:42:49 +02:00
parent 89712e7ed7
commit a4d0aaf15b

View File

@@ -3,7 +3,7 @@ FROM ich777/debian-baseimage
LABEL maintainer="admin@minenet.at"
RUN apt-get update && \
apt-get -y install --no-install-recommends python3 python3-pip && \
apt-get -y install --no-install-recommends python3 python3-pip python3-setuptools && \
rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/python3"