diff --git a/alpine/Dockerfile b/alpine/Dockerfile index e212ac9..d7dd9ac 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,7 +1,7 @@ FROM alpine RUN apk update && \ - apk add --no-cache curl diffutils jq bash git coreutils zip openssh zsh nodejs npm yarn docker && \ + apk add --no-cache curl diffutils jq bash git coreutils zip openssh zsh nodejs npm yarn docker python3 py3-pip && \ rm -rf /var/cache/apk/* CMD [ "zsh" ]