diff options
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 21cdd9e8..ba3cb94d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -50,6 +50,9 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections && \ RUN echo -e 'APT::Install-Recommends "0";\nAPT::Install-Suggests "0";' > /etc/apt/apt.conf.d/01norecommends +# We now have Debian Bullseye (11) so cached images require the permit to +# change the releaseinfo from stable -> oldstable +RUN apt-get update --allow-releaseinfo-change RUN apt-get update && apt-get install -y \ dialog \ apt-utils \ |