From df855a510115f079bbffa27e0a25c63fd22fd1ad Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 14 Sep 2022 11:04:16 +0200 Subject: [PATCH] fix libwebsockets package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1269f5d..f59e17e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \