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 \ libcap \
py3-pip \ py3-pip \
python3 \ python3 \
python3-dev && \ python3-dev \
tzdata && \
# #
# Install from GitHub and setup # Install from GitHub and setup
mkdir -p /opt && \ mkdir -p /opt && \