fix dockerfile

This commit is contained in:
Josh Klar
2019-07-20 15:03:45 -07:00
parent d0d1608350
commit 5c8bd45615

View File

@@ -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