Skip to content

Commit 152d666

Browse files
erancxJeff Schroeder
andauthored
Update Dockerfile
Co-authored-by: Jeff Schroeder <[email protected]>
1 parent 4f35a88 commit 152d666

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ RUN apk add --no-cache python3-dev \
1212
libc-dev \
1313
&& rm -rf /var/cache/apk/
1414

15-
RUN pip3 install --no-cache-dir -r requirements.txt && \
16-
python setup.py install
15+
RUN python setup.py install

0 commit comments

Comments
 (0)