Skip to content

Commit

Permalink
good lord
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Aug 8, 2024
1 parent f23d60c commit 86a3b6e
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 @@ -6,7 +6,7 @@ WORKDIR /usr/src/app

# Install FFmpeg
RUN apt-get update && \
apt-get install -y ffmpeg python3 && \
apt-get install -y ffmpeg make gcc python3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 86a3b6e

Please sign in to comment.