DockerImages/Alpine/Python/Dockerfile

6 lines
236 B
Docker
Raw Normal View History

2024-10-07 23:34:38 -04:00
# Barebones alpine release with uv and git for python projects
2024-10-03 20:00:21 -04:00
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