ejschwartz commited on
Commit
f5f4247
·
1 Parent(s): 2cce44a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
- RUN apt install python-is-python3
11
 
12
  RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
13
 
 
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
+ RUN apt-get -y update && apt-get -y install python-is-python3
11
 
12
  RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
13