Skip to content

Commit

Permalink
chore: install pkg-config for PyMySQL compatibility (#27)
Browse files Browse the repository at this point in the history
Upstream commit: openedx/xqueue@fe8c57b

Signed-off-by: Max Sokolski <[email protected]>
  • Loading branch information
cmltaWt0 authored Nov 21, 2023
1 parent 4d50309 commit 887f7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorxqueue/templates/xqueue/build/xqueue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/var/cache/apt,shari
--mount=type=cache,target=/var/lib/apt,sharing=locked{% endif %} \
apt update && \
apt upgrade -y && \
apt install -y language-pack-en git python3 python3-pip python3-venv libmysqlclient-dev
apt install -y language-pack-en git python3 python3-pip python3-venv libmysqlclient-dev pkg-config
RUN ln -s /usr/bin/python3 /usr/bin/python

###### Git-clone xqueue repo ######
Expand Down

0 comments on commit 887f7df

Please sign in to comment.