mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-30 10:38:19 +08:00
fix it
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5e843a9a9a
commit
dee692f3e9
1 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,8 @@ RUN set -ex; \
|
||||||
shadow \
|
shadow \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
openssl \
|
openssl \
|
||||||
gcc; \
|
build-base \
|
||||||
|
linux-headers; \
|
||||||
# chromium chromium-chromedriver?
|
# chromium chromium-chromedriver?
|
||||||
apk add --no-cache geckodriver --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing; \
|
apk add --no-cache geckodriver --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing; \
|
||||||
useradd -d /tmp --system recording; \
|
useradd -d /tmp --system recording; \
|
||||||
|
|
@ -43,7 +44,8 @@ RUN set -ex; \
|
||||||
wget \
|
wget \
|
||||||
shadow \
|
shadow \
|
||||||
openssl \
|
openssl \
|
||||||
gcc;
|
build-base \
|
||||||
|
linux-headers;
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
USER recording
|
USER recording
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue