fix Dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2019-06-11 15:58:33 +00:00
parent 1735f85673
commit b326559a0d

View File

@ -6,7 +6,7 @@ LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth"
RUN \ RUN \
apt update && \ apt update && \
apt install -y mariadb-client && \ apt install -y mariadb-client && \
apt install -y openssl && \ apt install -y openssl
mv opt /
COPY opt/ /opt