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 \ shadow \
util-linux \ util-linux \
build-base \ build-base \
wget \
lua5.3-dev \ lua5.3-dev \
luarocks5.3; \ luarocks5.3; \
useradd --system talk; \ useradd --system talk; \
@ -32,6 +33,7 @@ RUN set -ex; \
shadow \ shadow \
util-linux \ util-linux \
build-base \ build-base \
wget \
lua5.3-dev \ lua5.3-dev \
luarocks5.3; \ luarocks5.3; \
\ \