Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install pkg-config in IDA Dockerfile (for mysqlclient) #363

Closed
timmc-edx opened this issue Jul 6, 2023 · 0 comments · Fixed by #364
Closed

Install pkg-config in IDA Dockerfile (for mysqlclient) #363

timmc-edx opened this issue Jul 6, 2023 · 0 comments · Fixed by #364
Assignees

Comments

@timmc-edx
Copy link
Contributor

timmc-edx commented Jul 6, 2023

See edx/edx-arch-experiments#349

Affected file: cookiecutter-django-ida/{{cookiecutter.repo_name}}/Dockerfile

timmc-edx added a commit that referenced this issue Jul 6, 2023
mysqlclient 2.2.0 requires Debian package pkg-config to be installed. In
some Dockerfiles this also leads to tzdata being installed, which prompts
for config and causes the image build to hang, so add
`DEBIAN_FRONTEND=noninteractive` to prevent the prompt.

Also organize packages by general purpose. (Would be nice to have comments
on all of the groups, but might as well start with this one.)

Fixes #363
@timmc-edx timmc-edx self-assigned this Jul 6, 2023
timmc-edx added a commit that referenced this issue Jul 7, 2023
mysqlclient 2.2.0 requires Debian package pkg-config to be installed. In
some Dockerfiles this also leads to tzdata being installed, which prompts
for config and causes the image build to hang, so add
`DEBIAN_FRONTEND=noninteractive` to prevent the prompt.

Also organize packages by general purpose. (Would be nice to have comments
on all of the groups, but might as well start with this one.)

Fixes #363
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant