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
Noticed during changes for ukwa/ukwa-services#77
Log:
ERROR: failed to solve: process "/bin/sh -c apt-get -qqy update && apt-get -qqy install pdf2htmlex && apt-get -qqy install python-dev python-flask gunicorn python-pip && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 100 Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -qqy update && apt-get -qqy install pdf2htmlex && apt-get -qqy install python-dev python-flask gunicorn python-pip && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed during changes for ukwa/ukwa-services#77
Log:
Dockerfile:10
9 | # update debian source list
10 | >>> RUN
11 | >>> apt-get -qqy update &&
12 | >>> apt-get -qqy install pdf2htmlex &&
13 | >>> apt-get -qqy install python-dev python-flask gunicorn python-pip &&
14 | >>> rm -rf /var/lib/apt/lists/*
15 |
ERROR: failed to solve: process "/bin/sh -c apt-get -qqy update && apt-get -qqy install pdf2htmlex && apt-get -qqy install python-dev python-flask gunicorn python-pip && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 100
Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -qqy update && apt-get -qqy install pdf2htmlex && apt-get -qqy install python-dev python-flask gunicorn python-pip && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 100
The text was updated successfully, but these errors were encountered: