-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
platform issueIssue is specific to an OS or desktopIssue is specific to an OS or desktop
Milestone
Description
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.txt- See container is not running
docker ps -a - Roll back changes from Update Dockerfile to Multi-Stage #1153
docker rm cups; docker image rm cups-cupsdocker build .docker compose up- Container exits with
/usr/sbin/cupsd: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory
Expected behavior
A docker container that has cups running when docker compose up is run.
Screenshots
System Information:
- OS and its version: Linux Mint 22.1
- Application: Docker
- CUPS version: CUPS 2.5b1
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.
Metadata
Metadata
Assignees
Labels
platform issueIssue is specific to an OS or desktopIssue is specific to an OS or desktop