This commit is contained in:
Hans Karlinius
2024-11-24 19:13:39 +01:00
parent ce39d2c56b
commit 0d0c26b2ba
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ COPY requirements.txt /tmp/
# Setup base
RUN \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
py3-iniparse=0.5-r7
py3-iniparse=0.5-r7 \
py3-six=1.16.0-r9
#RUN \
# curl -sSLf -o initool.zip \