Skip to content

Commit

Permalink
Repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Nov 16, 2023
1 parent 1ffc7c9 commit 5b0c986
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 @@ -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; \
Expand All @@ -43,7 +44,8 @@ RUN set -ex; \
wget \
shadow \
openssl \
gcc;
build-base \
linux-headers;

WORKDIR /tmp
USER recording
Expand Down

0 comments on commit 5b0c986

Please sign in to comment.