This commit is contained in:
+1
-1
@@ -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.io \
|
RUN apt-get update && apt-get install -y --no-install-recommends docker-cli \
|
||||||
&& 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
|
||||||
|
|||||||
Reference in New Issue
Block a user