mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-25 04:24:50 -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 \
|
tzdata \
|
||||||
shadow \
|
shadow \
|
||||||
&& pip3 install --no-cache-dir -r /home/py-kms/requirements.txt \
|
&& pip3 install --no-cache-dir -r /home/py-kms/requirements.txt \
|
||||||
#&& apk del git build-base python3-dev \
|
|
||||||
&& mkdir /db/ \
|
&& mkdir /db/ \
|
||||||
&& adduser -S py-kms -G users -s /bin/bash \
|
&& adduser -S py-kms -G users -s /bin/bash \
|
||||||
&& chown py-kms:users /home/py-kms \
|
&& chown py-kms:users /home/py-kms \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue