mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-06-10 22:44:30 +02:00
Merge pull request #98 from ATENSI/patch-2
🔥 Update Dockerfile: remove commented code
This commit is contained in:
commit
599574bb60
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