fix: trying to fix auto-pulls 7 !

This commit is contained in:
2026-02-27 05:34:51 +02:00
parent c23ffed003
commit 2e71f37d48

View File

@@ -2,7 +2,9 @@ FROM python:3.11-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
git \
docker.io \
curl \
&& curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-27.5.1.tgz \
| tar -xz --strip-components=1 -C /usr/local/bin docker/docker \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app