Merge pull request #3907 from nextcloud/enh/noid/community

This commit is contained in:
Simon L
2023-12-12 14:09:38 +01:00
committed by GitHub

View File

@@ -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; \