Skip to content

Commit

Permalink
Merge pull request #691 from sapuri/docker/pkg-config
Browse files Browse the repository at this point in the history
docker: add pkg-config
  • Loading branch information
sapuri authored Aug 28, 2023
2 parents 5015537 + 86b565f commit df59239
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 @@ -10,7 +10,7 @@ RUN PIPENV_VENV_IN_PROJECT=1 pipenv install

FROM python:3.11-slim as runner

RUN apt-get update && apt-get -y install --no-install-recommends gcc libmariadb-dev ca-certificates
RUN apt-get update && apt-get -y install --no-install-recommends gcc libmariadb-dev pkg-config ca-certificates

WORKDIR /app
COPY --from=builder /app /app
Expand Down

0 comments on commit df59239

Please sign in to comment.