jcheng5 commited on
Commit
90e8afd
·
1 Parent(s): 3783a61

Update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.10
2
 
3
  WORKDIR /code
 
4
  RUN apt install -y ffmpeg
5
 
6
  COPY ./requirements.txt /code/requirements.txt
 
1
  FROM python:3.10
2
 
3
  WORKDIR /code
4
+ RUN apt update -y
5
  RUN apt install -y ffmpeg
6
 
7
  COPY ./requirements.txt /code/requirements.txt