We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
centos7-devtoolset7
Since the python 3.x upgrade, yum seems to be broken on the centos7-devtoolset7 image.
Using the following dockerfile:
FROM ghcr.io/prebuild/centos7-devtoolset7:2.1.0 USER 0 RUN yum install -y libudev-devel USER node
Yields errors with yum accessing the correct python version:
#6 2.378 File "/usr/libexec/urlgrabber-ext-down", line 28 #6 2.378 except OSError, e: #6 2.378 ^ #6 2.378 SyntaxError: invalid syntax
I'll try some sed magic...
The text was updated successfully, but these errors were encountered:
I thought I handled that with:
docker-images/centos7-devtoolset7/Dockerfile
Line 9 in 4b8968f
But I don't remember the extent to which I tested that.
Sorry, something went wrong.
Seems it needs to be replaced in a different script, too.
#29 fixes the issue
Successfully merging a pull request may close this issue.
Since the python 3.x upgrade, yum seems to be broken on the
centos7-devtoolset7
image.Using the following dockerfile:
Yields errors with yum accessing the correct python version:
I'll try some sed magic...
The text was updated successfully, but these errors were encountered: