From 7c4cf2fd74f4acfec32279188cd8e470b05cbb07 Mon Sep 17 00:00:00 2001 From: Charles Click Date: Thu, 3 Oct 2024 19:58:46 -0400 Subject: [PATCH] Initial commit --- alpinepython/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 alpinepython/Dockerfile 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