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