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 19222e7 commit 7aa28f5Copy full SHA for 7aa28f5
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