Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmobley committed Jul 31, 2024
1 parent 5226e60 commit 983cb18
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 @@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen

RUN apt install ffmpeg
RUN apt-get install ffmpeg

RUN pip install --upgrade --no-cache-dir \
pip \
Expand Down

0 comments on commit 983cb18

Please sign in to comment.