From 8f6a945e70200b6ffb78c96a73acb93e88e1eeed Mon Sep 17 00:00:00 2001 From: Charles Click Date: Thu, 3 Oct 2024 20:00:21 -0400 Subject: [PATCH] Restructure by Base Image --- Alpine/Python/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Alpine/Python/Dockerfile 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