Skip to content

Commit

Permalink
Merge pull request #33 from dtekcth/update-docker
Browse files Browse the repository at this point in the history
Update the dockerfile to build on mac via docker
  • Loading branch information
SwedishSubmarine authored Oct 8, 2024
2 parents 50edd72 + 7a3a7d1 commit b824b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /code

# Installs gettext tools so that localizations stuff works
RUN apt-get update && apt-get install -y build-essential gettext libgettextpo-dev
RUN apt-get update && apt-get install -y build-essential gettext libgettextpo-dev postgresql libpq-dev

COPY requirements.txt ./
RUN pip install -r requirements.txt
Expand Down

0 comments on commit b824b8c

Please sign in to comment.