Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-11-16 16:16:41 +01:00
parent 5e843a9a9a
commit dee692f3e9

View file

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