make stable fails because packages are missing
what am I doing
- Run
make stablefrom 2706e069.
what do I expect
- Build the Docker image.
what happens instead
[brandon@localhost shadowcker]$ make stable
TRUNCATED
> [ 8/26] RUN apt-get update && apt-get install -y --no-install-recommends TRUNCATED
0.521 Get:1 http://repository.shadow.tech/prod bullseye InRelease [6944 B]
0.565 Hit:2 http://deb.debian.org/debian stable InRelease
0.565 Hit:3 http://deb.debian.org/debian stable-updates InRelease
0.565 Hit:4 http://deb.debian.org/debian-security stable-security InRelease
0.594 Get:5 http://repository.shadow.tech/prod bullseye/main amd64 Packages [921 B]
0.623 Fetched 7865 B in 0s (47.6 kB/s)
0.623 Reading package lists...
1.158 Reading package lists...
1.684 Building dependency tree...
1.800 Reading state information...
1.887 Package libgl1-mesa-glx is not available, but is referred to by another package.
1.887 This may mean that the package is missing, has been obsoleted, or
1.887 is only available from another source
1.887
1.887 Package libgdk-pixbuf2.0-0 is not available, but is referred to by another package.
1.887 This may mean that the package is missing, has been obsoleted, or
1.887 is only available from another source
1.887 However the following packages replace it:
1.887 libgdk-pixbuf-xlib-2.0-0
1.887
1.887 Package gconf2 is not available, but is referred to by another package.
1.887 This may mean that the package is missing, has been obsoleted, or
1.887 is only available from another source
1.887
1.890 E: Unable to locate package gconf-service
1.890 E: Package 'gconf2' has no installation candidate
1.890 E: Unable to locate package libappindicator1
1.890 E: Unable to locate package libcanberra-gtk-module
1.890 E: Package 'libgdk-pixbuf2.0-0' has no installation candidate
1.890 E: Package 'libgl1-mesa-glx' has no installation candidate
1.890 E: Unable to locate package libgles2-mesa
TRUNCATED
ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends TRUNCATED" did not complete successfully: exit code: 100
make: *** [Makefile:21: stable] Error 1
example: packages are missing (not exhaustive)
Edited by Brandon Parmenter