mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-04-05 06:15:13 +00:00
Dependency updates
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
94419c1a2f
commit
c86f243829
3 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# This is a minimized version from docker/docker-py3-kms/Dockerfile without SQLite support to further reduce image size
|
||||
FROM alpine:3.15
|
||||
FROM alpine:3.22
|
||||
|
||||
ENV IP ::
|
||||
ENV DUALSTACK 1
|
||||
|
|
@ -23,7 +23,7 @@ bash \
|
|||
ca-certificates \
|
||||
shadow \
|
||||
tzdata \
|
||||
&& pip3 install --no-cache-dir -r /home/py-kms/requirements.txt \
|
||||
&& pip3 install --break-system-packages --no-cache-dir -r /home/py-kms/requirements.txt \
|
||||
&& adduser -S py-kms -G users -s /bin/bash \
|
||||
&& chown py-kms:users /home/py-kms \
|
||||
# Fix undefined timezone, in case the user did not mount the /etc/localtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue