This commit is contained in:
Marco Ochse
2023-07-20 19:16:10 +02:00
parent d2eaaab4df
commit 32ba41497a

View File

@ -10,7 +10,8 @@ RUN apk -U --no-cache add \
libcap \
py3-pip \
python3 \
python3-dev && \
python3-dev \
tzdata && \
#
# Install from GitHub and setup
mkdir -p /opt && \