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

Gcc is required to install c2cwsgiutils #5518

Merged
merged 1 commit into from
Nov 12, 2019
Merged

Gcc is required to install c2cwsgiutils #5518

merged 1 commit into from
Nov 12, 2019

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.4.2 milestone Nov 12, 2019
apt-get update && \
apt-get install --assume-yes --no-install-recommends gcc && \
apt-get clean && \
rm --recursive --force /var/lib/apt/lists/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should install it and uninstall it in the same RUN as you install c2cwsgiutils

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed :-)

@sbrunner sbrunner requested a review from pvalsecc November 12, 2019 13:02
@sbrunner sbrunner merged commit 1f6c52e into 2.4 Nov 12, 2019
@sbrunner sbrunner deleted the fix-24 branch November 12, 2019 14:01
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 this pull request may close these issues.

2 participants