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

Inline RUN in Dockerfile to fix apk calls #2582

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

dduportal
Copy link
Contributor

to fix apk error 'ERROR: unsatisfiable constraints' when working with the Docker Image.

Please include details of what it is, how to use it, how it's been tested
Please include an entry in the CHANGELOG.md if the change will impact users.

PR Type

  • Bugfix Pull Request

This PR fixes #2581 .

to fix apk error 'ERROR: unsatisfiable constraints' when working with the Docker Image.
@dduportal dduportal changed the title Inline RUN in Dockerfile Inline RUN in Dockerfile to fix apk calls Feb 24, 2020
@ansible-zuul
Copy link
Contributor

ansible-zuul bot commented Feb 24, 2020

Build succeeded.

@ssbarnea ssbarnea added the packaging installation, packaging, built containers label Feb 25, 2020
@ssbarnea ssbarnea added this to the 3.0.3 milestone Feb 25, 2020
@ansible-zuul
Copy link
Contributor

ansible-zuul bot commented Feb 26, 2020

Build succeeded (gate pipeline).

@ansible-zuul ansible-zuul bot merged commit d822565 into ansible:master Feb 26, 2020
@dduportal dduportal deleted the patch-1 branch February 26, 2020 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug packaging installation, packaging, built containers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker Image: using apk always fails due to Dockerfile syntax error
2 participants