-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I am using the php:7.2-apache image and want to install roundcube from debian packages:
RUN apt-get update && \
apt-get install -y roundcube
But I get the following error message:
Step 3/16 : RUN apt-get update && apt-get install -y roundcube
---> Running in 999b79a38283
Get:1 http://security.debian.org stretch/updates InRelease [63.0 kB]
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:5 http://security.debian.org stretch/updates/main amd64 Packages [320 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [6499 B]
Get:7 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [9531 kB]
Fetched 10.1 MB in 3s (3074 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
roundcube : Depends: roundcube-core (= 1.2.3+dfsg.1-4+deb9u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update && apt-get install -y roundcube' returned a non-zero code: 100
Any hints?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels