We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e41b16e + 8d72f68 commit 66b686cCopy full SHA for 66b686c
Dockerfile
@@ -20,7 +20,7 @@ RUN npm run build
20
# RUNTIME
21
FROM python:3.11-slim-bookworm
22
RUN apt-get update -y && apt-get upgrade -y
23
-RUN apt-get install -y gosu tini sqlite3 && rm -rf /var/lib/apt/lists/*
+RUN apt-get install -y gosu tini sqlite3 curl && rm -rf /var/lib/apt/lists/*
24
RUN pip install pipenv
25
26
0 commit comments