Skip to content

Commit

Permalink
Add git dep to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Jan 19, 2024
1 parent e28f770 commit 532cb32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
# dependencies for building Python packages
build-essential \
# psycopg2 dependencies
libpq-dev
libpq-dev \
git

# Requirements are installed here to ensure they will be cached.
COPY ./requirements .
Expand Down

0 comments on commit 532cb32

Please sign in to comment.