Skip to content

Commit

Permalink
add firefox/geckodriver/xvfb
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jun 5, 2023
1 parent 1db3ad1 commit 6a0a6ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Containers/talk-recording/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ RUN set -ex; \
ca-certificates \
tzdata \
bash \
xvfb \
ffmpeg \
firefox \
libpulse \
bind-tools \
netcat-openbsd \
git \
wget \
shadow \
openssl; \
# xvfb firefox chromium chromium-chromedriver?
# apk add --no-cache geckodriver --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing; \
# chromium chromium-chromedriver?
apk add --no-cache geckodriver --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing; \
useradd -d /tmp --system recording; \
# Give root a random password
echo "root:$(openssl rand -base64 12)" | chpasswd; \
Expand Down

0 comments on commit 6a0a6ae

Please sign in to comment.