diff --git a/Alpine/Python/Dockerfile b/Alpine/Python/Dockerfile new file mode 100644 index 0000000..b0ed65c --- /dev/null +++ b/Alpine/Python/Dockerfile @@ -0,0 +1,4 @@ +FROM alpine:latest + +RUN apk add --no-cache uv --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community +RUN apk add --no-cache git bash go wget curl sudo shadow vim