mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-30 10:35:39 +08:00
talk-recording - pull geckodriver from community
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ff0d8637ab
commit
9cf47f65e1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ RUN set -ex; \
|
|||
build-base \
|
||||
linux-headers; \
|
||||
# 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/community; \
|
||||
useradd -d /tmp --system recording; \
|
||||
# Give root a random password
|
||||
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
||||
|
|
Loading…
Add table
Reference in a new issue