Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add pkg-config
  • Loading branch information
pablolezcano authored Jan 20, 2024
1 parent 6b3bf1f commit d0d0c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN groupadd -g 3066 five && useradd -r -u 3066 -g five five

RUN apt-get update && apt-get install -y \
pkg-config \
libmysqlclient-dev \
python3 python3-venv python3-dev \
gcc \
Expand Down

0 comments on commit d0d0c1a

Please sign in to comment.