Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanakt authored Apr 28, 2024
1 parent 72c25b4 commit ff02d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3.9

Check notice on line 2 in Dockerfile

View check run for this annotation

codefactor.io / CodeFactor

Dockerfile#L2

Delete the apt-get lists after installing something (DL3009)
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install ffmpeg -y
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR .
COPY . .
Expand Down

0 comments on commit ff02d27

Please sign in to comment.