diff --git a/alpinepython/Dockerfile b/alpinepython/Dockerfile deleted file mode 100644 index b0ed65c..0000000 --- a/alpinepython/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -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