Skip to content

Commit

Permalink
fix codefactor err [#133]
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanakt authored Apr 28, 2024
1 parent ff02d27 commit 0247bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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 0247bca

Please sign in to comment.