Skip to content

Commit

Permalink
fix: Fix docker build to compile psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Jul 7, 2021
1 parent 4a1ddd3 commit f347484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM python-base as builder-base
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
curl gcc python3-dev default-libmysqlclient-dev \
build-essential
build-essential libpq-dev musl-dev

# Install Poetry - respects $POETRY_VERSION & $POETRY_HOME
ENV POETRY_VERSION=1.1.6
Expand Down

0 comments on commit f347484

Please # to comment.