autoconf refactoring and fix CVE-2021-36159

This commit is contained in:
bunkerity
2021-07-28 17:27:39 +02:00
parent a68ad53c3f
commit 26db144df4
9 changed files with 82 additions and 91 deletions

View File

@@ -15,6 +15,9 @@ RUN chmod +x /tmp/prepare.sh && \
/tmp/prepare.sh && \
rm -f /tmp/prepare.sh
# Fix CVE-2021-36159
RUN apk add "apk-tools>=2.12.6-r0"
EXPOSE 5000
WORKDIR /opt/bunkerized-nginx/ui