mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-13 01:00:16 +00: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 \
|
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; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue