Skip to content

Commit

Permalink
Merge pull request #40 from stupideveloper/postgresql_deps
Browse files Browse the repository at this point in the history
Added PostgreSQL deps
  • Loading branch information
Psykar authored Apr 28, 2022
2 parents d711656 + a764049 commit c5b06e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM ubuntu:18.04

ENV PYTHONUNBUFFERED 1

RUN apt-get update && apt-get install --yes python3 python3-pip
RUN apt-get update && apt-get install --yes python3 python3-pip libpq-dev
RUN pip3 install poetry
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
Expand Down

0 comments on commit c5b06e6

Please sign in to comment.