fix: docker.io yerine docker-cli
Deploy / deploy (push) Successful in 31s

This commit is contained in:
2026-09-23 15:17:30 +03:00
parent 95330c07e3
commit 36c220b1eb
+1 -1
View File
@@ -1,5 +1,5 @@
FROM python:3.12-slim
RUN apt-get update && apt-get install -y --no-install-recommends docker.io \
RUN apt-get update && apt-get install -y --no-install-recommends docker-cli \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
RUN pip install --no-cache-dir flask requests