openssl ekle
Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-09-23 19:42:45 +03:00
parent 9a8defb8f2
commit 3abe676ce5
+1 -1
View File
@@ -1,5 +1,5 @@
FROM python:3.12-slim FROM python:3.12-slim
RUN apt-get update && apt-get install -y --no-install-recommends docker-cli \ RUN apt-get update && apt-get install -y --no-install-recommends docker-cli openssl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /app WORKDIR /app
RUN pip install --no-cache-dir flask requests RUN pip install --no-cache-dir flask requests