„Dockerfile“ ändern
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user