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
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ FROM debian:testing
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get clean
RUN apt-get update && \
RUN apt-get update --allow-releaseinfo-change && \
apt-get install -y -o Acquire::Retries=10 \
devscripts \
equivs \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment