Skip to content

Commit

Permalink
install pkg-config in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Nov 27, 2023
1 parent 26fbbb0 commit 92bccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ghostnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Builder stage
FROM python:3.11-slim AS builder
RUN apt-get update && \
apt-get install -y libpq-dev gcc libgmp-dev libsodium-dev
apt-get install -y libpq-dev gcc libgmp-dev libsodium-dev pkg-config
# Create the virtual environment
RUN python -m venv /opt/venv
# Activate the virtual environment
Expand Down

0 comments on commit 92bccba

Please sign in to comment.