Skip to content

Commit 7aa28f5

Browse files
authored
fix: add git to pokeapi image (#1442)
1 parent 19222e7 commit 7aa28f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)