From 0bb09d79166046e1f9e79fb9190f68c860ba787e Mon Sep 17 00:00:00 2001 From: Christian van Dijk Date: Mon, 23 Feb 2026 22:25:19 +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 2ec124b..8740aa3 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 gcc musl-dev make libpq git curl wget linux-headers pkgconfig +RUN apk add --no-cache libssl-dev gcc musl-dev make libpq git curl wget linux-headers pkgconfig RUN luarocks install lua-cjson RUN luarocks install luasocket