Apparently wget is required for lua since alpine 3.18

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-17 19:21:57 +02:00
parent 0a9ebc434a
commit 0097abaed0

View file

@ -22,6 +22,7 @@ RUN set -ex; \
shadow \
util-linux \
build-base \
wget \
lua5.3-dev \
luarocks5.3; \
useradd --system talk; \
@ -32,6 +33,7 @@ RUN set -ex; \
shadow \
util-linux \
build-base \
wget \
lua5.3-dev \
luarocks5.3; \
\