mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-29 18:17:53 +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 \
|
||||
pulseaudio \
|
||||
openssl \
|
||||
gcc; \
|
||||
build-base \
|
||||
linux-headers; \
|
||||
# chromium chromium-chromedriver?
|
||||
apk add --no-cache geckodriver --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing; \
|
||||
useradd -d /tmp --system recording; \
|
||||
|
|
@ -43,7 +44,8 @@ RUN set -ex; \
|
|||
wget \
|
||||
shadow \
|
||||
openssl \
|
||||
gcc;
|
||||
build-base \
|
||||
linux-headers;
|
||||
|
||||
WORKDIR /tmp
|
||||
USER recording
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue