mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-23 11:37:09 -04:00
🔥 Update Dockerfile: remove commented code
I think we can clean this commented code.
This commit is contained in:
parent
441e50a3fd
commit
69cbe51306
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue