add libwebsockets

This commit is contained in:
2019-06-11 16:14:28 +00:00
parent 4b3b23d1a0
commit 3010517c67
2 changed files with 2 additions and 3 deletions

View File

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