mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-31 10:00:47 +08:00
Apparently wget is required for lua since alpine 3.18
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
0a9ebc434a
commit
0097abaed0
1 changed files with 2 additions and 0 deletions
|
@ -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; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue