Skip to content

Commit

Permalink
smh
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Aug 8, 2024
1 parent a6f24ad commit f23d60c
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 && \
apt-get install -y ffmpeg python3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f23d60c

Please sign in to comment.