baagas0 commited on
Commit
c975d99
1 Parent(s): f67a0b1
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
 
12
  RUN apt-get install python3-opencv
13
 
14
  COPY . .
 
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
+ RUN apt-get update
13
  RUN apt-get install python3-opencv
14
 
15
  COPY . .