fix dockerfile
parent
d0d1608350
commit
5c8bd45615
|
|
@ -5,5 +5,5 @@
|
|||
# package GCC cross compilers
|
||||
FROM python:3.7-alpine
|
||||
|
||||
RUN apk update && apk add alpine-sdk curl wget ssh rsync git git-lfs
|
||||
RUN apk update && apk add alpine-sdk curl wget openssh rsync git git-lfs
|
||||
RUN pip install pipenv
|
||||
|
|
|
|||
Loading…
Reference in New Issue