Charles Click
8c4d058937
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
5 lines
175 B
Docker
5 lines
175 B
Docker
# Barebones alpine release with uv and git for python projects
|
|
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache uv --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
|