From cef9837c802a9344d020f73fb327f50b16b78cc6 Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 19:28:41 +0200 Subject: [PATCH] add python --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]