Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #217 from vania-pooh/master
Browse files Browse the repository at this point in the history
One more video-recorder version fix
  • Loading branch information
vania-pooh authored Dec 26, 2019
2 parents 1aec699 + f439106 commit a6bbd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium/video/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM alpine:3.10

RUN apk add -U x264-libs sdl2 libxcb libbz2 xset && \
rm -rf /var/cache/apk/*
COPY --from=0 /home/selenoid/aports/community/ffmpeg/src/ffmpeg-4.1.3/ffmpeg /usr/bin/ffmpeg
COPY --from=0 /home/selenoid/aports/community/ffmpeg/src/ffmpeg-4.2.1/ffmpeg /usr/bin/ffmpeg

COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit a6bbd7d

Please sign in to comment.