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