fix libwebsockets package

This commit is contained in:
Wolfgang Hottgenroth 2022-09-14 11:04:16 +02:00
parent 56bf186922
commit df855a5101

View File

@ -10,7 +10,7 @@ ARG MOSQ_GID="1883"
RUN \
apt update && \
apt install -y mariadb-client openssl libwebsockets8 certbot bash cron supervisor vim-tiny && \
apt install -y mariadb-client openssl libwebsockets-dev certbot bash cron supervisor vim-tiny && \
update-alternative --set editor /usr/bin/vim.tiny && \
update-alternative --set vi /usr/bin/vim.tiny && \
groupadd -r -g $MOSQ_GID $MOSQ_USER && \