From 5fb9b992fa84214a371485630f210ea4060784c1 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Jun 2025 02:38:09 +0200 Subject: [PATCH] Cleanup --- Containerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Containerfile b/Containerfile index f710619..0c139a6 100644 --- a/Containerfile +++ b/Containerfile @@ -1,10 +1,6 @@ # Build: podman build -t code.philo.ydns.eu/philorg/test-woodpecker -f Containerfile -#FROM docker.io/python:3.13-slim FROM docker.io/python:alpine -#FROM ghcr.io/astral-sh/uv:python3.13-alpine -#RUN apk add --no-cache git -#COPY --from=ghcr.io/astral-sh/uv:python3.13-alpine /usr/local/bin/uv /usr/local/bin/ COPY . /app