Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Oct 26, 2023
1 parent 64332d1 commit 675d9bc
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 @@ -2,7 +2,7 @@ FROM ubuntu:latest

WORKDIR /subgen

RUN apt-get update && apt-get -y install ffmpeg python3 python3-pip
RUN apt-get update && apt-get -y install ffmpeg python3 python3-pip curl

ENV PYTHONUNBUFFERED 1

Expand Down

0 comments on commit 675d9bc

Please sign in to comment.