commit 7c4cf2fd74f4acfec32279188cd8e470b05cbb07 Author: Charles Click Date: Thu Oct 3 19:58:46 2024 -0400 Initial commit diff --git a/alpinepython/Dockerfile b/alpinepython/Dockerfile new file mode 100644 index 0000000..b0ed65c --- /dev/null +++ b/alpinepython/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