mkozak commited on
Commit
4313d9e
·
unverified ·
1 Parent(s): 1b6025d
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10
2
 
3
  RUN apt-get update && \
4
- apt install -y ffmpeg --no-recommends
5
 
6
  WORKDIR /code
7
 
 
1
  FROM python:3.10
2
 
3
  RUN apt-get update && \
4
+ apt install -y ffmpeg --no-install-recommends
5
 
6
  WORKDIR /code
7