Skip to content

Commit

Permalink
add pkg-config to Docker. required by mysql client
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Sep 29, 2023
1 parent b80e339 commit c37d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/squest.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV NODE_VERSION=16.15.1
ENV NVM_VERSION=v0.39.1
ENV NVM_DIR=/root/.nvm
ENV PATH="/root/.nvm/versions/node/v${NODE_VERSION}/bin/:${PATH}"
ENV RUN_DEPS="git default-libmysqlclient-dev default-mysql-client graphviz curl libldap2-dev libsasl2-dev libpq-dev python3-dev libssl-dev"
ENV RUN_DEPS="git default-libmysqlclient-dev default-mysql-client graphviz curl libldap2-dev libsasl2-dev libpq-dev python3-dev libssl-dev pkg-config"
ENV BUID_DEPS="gcc"

# Install system deps
Expand Down

0 comments on commit c37d839

Please sign in to comment.