Add readmes, change woodpecker yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-10-07 23:34:38 -04:00
parent b6b2950ded
commit 71e9122109
8 changed files with 43 additions and 26 deletions

View File

@@ -1,3 +1,4 @@
# 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

1
Alpine/Python/readme.md Normal file
View File

@@ -0,0 +1 @@
An alpine devcontainer for developing python projects with UV from astral.sh