CoruNethron commited on
Commit
d5597ac
·
verified ·
1 Parent(s): d798212

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY ./requirements.txt /oldir/requirements.txt
6
 
7
  RUN apk update
8
 
9
- RUN apk install build-base cmake
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /oldir/requirements.txt
12
 
 
6
 
7
  RUN apk update
8
 
9
+ RUN apk add build-base cmake
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /oldir/requirements.txt
12