2 lines
157 B
Docker
2 lines
157 B
Docker
FROM code.forgejo.org/oci/alpine:latest
|
|
RUN apk add --no-cache bash tar git make python3 poetry uv docker-cli podman buildah curl wget nodejs fuse-overlayfs
|