Skip to content

Commit

Permalink
chore: whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Aug 23, 2023
1 parent 9b6c979 commit d8b0df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dockerfiles/libvpl.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM akashisn/ffmpeg:6.0-libvpl
RUN apt update && apt install -y ca-certificates
COPY transcoder-go /transcoder
ENTRYPOINT ["/transcoder"]
1 change: 0 additions & 1 deletion dockerfiles/vaapi.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM jrottenberg/ffmpeg:5.1-vaapi
RUN apt update && apt install -y ca-certificates
COPY transcoder-go /transcoder
ENTRYPOINT ["/transcoder"]

0 comments on commit d8b0df1

Please sign in to comment.