🔥 Update Dockerfile: remove commented code

I think we can clean this commented code.
This commit is contained in:
ATENSI 2023-07-13 02:03:55 +07:00 committed by GitHub
parent 441e50a3fd
commit 69cbe51306
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 \