Skip to content
Snippets Groups Projects
Commit 835f5ae6 authored by Maxim Cournoyer's avatar Maxim Cournoyer Committed by Sébastien Blin
Browse files

docker: debian_testing: Allow releaseinfo change.

This should prevent errors like:

E: Repository 'http://deb.debian.org/debian testing InRelease' changed
its 'Codename' value from 'bullseye' to 'bookworm'

Change-Id: If3834c2a81bc084d79b706eb8714b04189698a90
parent 93001f17
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ FROM debian:testing ...@@ -3,7 +3,7 @@ FROM debian:testing
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update --allow-releaseinfo-change && \
apt-get install -y -o Acquire::Retries=10 \ apt-get install -y -o Acquire::Retries=10 \
devscripts \ devscripts \
equivs \ equivs \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment