Merge pull request #98 from ATENSI/patch-2

🔥 Update Dockerfile: remove commented code
This commit is contained in:
simonmicro 2023-07-30 20:08:12 +02:00 committed by GitHub
commit 599574bb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,6 @@ RUN apk add --no-cache --update \
tzdata \
shadow \
&& pip3 install --no-cache-dir -r /home/py-kms/requirements.txt \
#&& apk del git build-base python3-dev \
&& mkdir /db/ \
&& adduser -S py-kms -G users -s /bin/bash \
&& chown py-kms:users /home/py-kms \