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

Docker build fails in automated workflow #2

Open
ldbiz opened this issue Feb 7, 2024 · 0 comments
Open

Docker build fails in automated workflow #2

ldbiz opened this issue Feb 7, 2024 · 0 comments

Comments

@ldbiz
Copy link
Contributor

ldbiz commented Feb 7, 2024

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

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

No branches or pull requests

1 participant