fix libwebsockets package
This commit is contained in:
@ -10,7 +10,7 @@ ARG MOSQ_GID="1883"
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
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 editor /usr/bin/vim.tiny && \
|
||||||
update-alternative --set vi /usr/bin/vim.tiny && \
|
update-alternative --set vi /usr/bin/vim.tiny && \
|
||||||
groupadd -r -g $MOSQ_GID $MOSQ_USER && \
|
groupadd -r -g $MOSQ_GID $MOSQ_USER && \
|
||||||
|
Reference in New Issue
Block a user