diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index 6b43c86f..4c5dffe2 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -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; \