road to swarm - add openssl to autoconf, fix api_uri in LUA, fix file rights

This commit is contained in:
bunkerity
2021-03-13 15:28:15 +01:00
parent 3591715f21
commit a2543384cd
9 changed files with 16 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
FROM amd64/alpine
RUN apk add py3-pip apache2-utils bash certbot curl logrotate && \
RUN apk add py3-pip apache2-utils bash certbot curl logrotate openssl && \
pip3 install docker requests && \
mkdir /opt/entrypoint && \
mkdir -p /opt/confs/site && \