aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/debian_testing_repo.include
blob: 1a5248e226408c129fcba65f6a35804f08752b60 (plain)
1
2
3
# Add Debian 'testing' repository
RUN echo 'deb http://ftp.de.debian.org/debian testing main' >> /etc/apt/sources.list
RUN echo 'APT::Default-Release "stable";' | tee -a /etc/apt/apt.conf.d/00local