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
I'm trying to use internetee/docker-images to build a local test setup.
Once I removed COPY ./docker/apt/sources.list /etc/apt/ from Dockerfile the error below went away.
The following packages have unmet dependencies:
build-essential : Depends: dpkg-dev (>= 1.17.11) but it is not going to be installed
libc6-dev : Depends: libc6 (= 2.28-10+deb10u1) but 2.28-10+deb10u2 is to be installed
libncurses5-dev : Depends: libtinfo6 (= 6.1+20181013-2+deb10u2) but 6.1+20181013-2+deb10u3 is to be installed
Depends: libncurses-dev (= 6.1+20181013-2+deb10u2) but it is not going to be installed
libreadline-dev : Depends: libncurses-dev but it is not going to be installed
procps : Depends: libncurses6 (>= 6) but it is not going to be installed
zlib1g-dev : Depends: zlib1g (= 1:1.2.11.dfsg-1+deb10u1) but 1:1.2.11.dfsg-1+deb10u2 is to be installed
E: Unable to correct problems, you have held broken packages.
The text was updated successfully, but these errors were encountered:
@maricavor Not sure what you mean by that. Could you reproduce the issue and that solves it? I don't have a custom file, it's from this repo. If the Dockerfile needs to be updated make a pull request. Once merged I can pull the corrected version and hopefully it will be fixed.
I'm trying to use
internetee/docker-images
to build a local test setup.Once I removed
COPY ./docker/apt/sources.list /etc/apt/
fromDockerfile
the error below went away.The text was updated successfully, but these errors were encountered: