We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387e79f commit 008ecfdCopy full SHA for 008ecfd
1 file changed
Resources/docker/app/Dockerfile
@@ -12,6 +12,8 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ musl-dev \
12
python3 -m pip install -r requirements.txt --no-cache-dir
13
14
FROM python:3.13.7-alpine
15
+# git is a dependency for the meta endpoint
16
+RUN apk add --no-cache git
17
18
ENV PYTHONUNBUFFERED=1
19
ENV DJANGO_SETTINGS_MODULE='config.docker-compose'
0 commit comments