You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you write the report
Read the REPORTING_ISSUES.md file in the main repository and prepare data mentioned there which looks relevant to you issue.
Describe the bug
After cloning cups repo docker container fails to run successfully. With missing packages and unable to find cupsd.
Before you write the report
Read the REPORTING_ISSUES.md file in the main repository and prepare data mentioned there which looks relevant to you issue.
Describe the bug
After cloning cups repo docker container fails to run successfully. With missing packages and unable to find cupsd.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/OpenPrinting/cups.gitcd cupsdocker build .docker compose up -ddocker_compose_up.txtdocker ps -adocker rm cups; docker image rm cups-cupsdocker build .docker compose up/usr/sbin/cupsd: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directoryExpected behavior
A docker container that has cups running when
docker compose upis run.Screenshots
System Information:
Additional context
Recent merged pull request #1153 actually fails to copy relevant files to runtime stage causing error listed in step 4 in reproducing behavior.