From dbbe991a3d470288492c708ccdf0cb26b8fbe5e2 Mon Sep 17 00:00:00 2001 From: Christian van Dijk Date: Mon, 23 Feb 2026 22:27:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B1=20ci=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devices-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices-api/Dockerfile b/devices-api/Dockerfile index 8740aa3..d5dcb83 100644 --- a/devices-api/Dockerfile +++ b/devices-api/Dockerfile @@ -1,6 +1,6 @@ FROM nickblah/lua:5.4-luarocks-alpine -RUN apk add --no-cache libssl-dev gcc musl-dev make libpq git curl wget linux-headers pkgconfig +RUN apk add --no-cache openssl-dev gcc musl-dev make libpq git curl wget linux-headers pkgconfig RUN luarocks install lua-cjson RUN luarocks install luasocket