Skip to content

Commit 008ecfd

Browse files
committed
fix: add git to pokeapi image
1 parent 387e79f commit 008ecfd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Resources/docker/app/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ musl-dev \
1212
python3 -m pip install -r requirements.txt --no-cache-dir
1313

1414
FROM python:3.13.7-alpine
15+
# git is a dependency for the meta endpoint
16+
RUN apk add --no-cache git
1517

1618
ENV PYTHONUNBUFFERED=1
1719
ENV DJANGO_SETTINGS_MODULE='config.docker-compose'

0 commit comments

Comments
 (0)