Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrinx authored Sep 13, 2023
1 parent 65b1179 commit f98c3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV TZ=America/Los_Angeles
RUN apt-get update

RUN apt-get -qq update --fix-missing
RUN apt-get -qq install -y git wget curl busybox python3 python3-pip locales ffmpeg aria2 yt-dlp
RUN apt-get -qq install -y git wget curl busybox python3 python3-pip locales ffmpeg aria2 yt-dlp gpac

COPY requirements.txt .

Expand Down

0 comments on commit f98c3d5

Please sign in to comment.