Initial commit

This commit is contained in:
Charles Click 2024-10-03 19:58:46 -04:00
commit 7c4cf2fd74

4
alpinepython/Dockerfile Normal file
View File

@ -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