fix Dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2019-06-11 16:17:16 +00:00
parent 3010517c67
commit 35507d3018

View File

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