From 5c8bd456150bd2ebfca0afe8ef673a14b732e59b Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sat, 20 Jul 2019 15:03:45 -0700 Subject: [PATCH] fix dockerfile --- Dockerfile_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_base b/Dockerfile_base index abc8a80..f2de7e6 100644 --- a/Dockerfile_base +++ b/Dockerfile_base @@ -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