diff --git a/Dockerfile b/Dockerfile index 289cdf9..5a5c872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3-alpine -RUN apk add --no-cache "bash>=5.3" git && \ +RUN apk add --no-cache "bash>=5.3" git openssh && \ pip install --root-user-action=ignore pkgdev && \ pip cache purge && \ git config --global --add safe.directory '*' && \