Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin-Metz committed Dec 28, 2023
1 parent 3facaac commit 78b235e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3-bullseye

RUN apt-get update && apt-get install -y ffmpeg firefox-esr npm
ARG TARGETARCH
RUN if [ $TARGETARCH = "arm64" ]; then \
apt-get install -y libavformat-dev libavdevice-dev python3-av \
; fi
Expand Down

0 comments on commit 78b235e

Please sign in to comment.