Skip to content

Commit

Permalink
Install pkg-config to avoid mysqlclient error on build
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Oct 22, 2023
1 parent 41430b4 commit 82ad7ad
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 @@ -22,7 +22,7 @@ LABEL org.opencontainers.image.authors='[email protected]' \

# Required to have netcat-openbsd
RUN apt-get update
RUN apt-get install default-libmysqlclient-dev netcat-openbsd gcc -y
RUN apt-get install default-libmysqlclient-dev netcat-openbsd gcc pkg-config -y

# Install Poetry and dependencies
COPY pyproject.toml ./
Expand Down

0 comments on commit 82ad7ad

Please sign in to comment.