Skip to content

Instantly share code, notes, and snippets.

@cozingo
Created October 16, 2023 15:27
Show Gist options
  • Save cozingo/f371408de648c660d43f29067e374227 to your computer and use it in GitHub Desktop.
Save cozingo/f371408de648c660d43f29067e374227 to your computer and use it in GitHub Desktop.
docker debian archive
RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' \
-e 's|security.debian.org|archive.debian.org/|g' \
-e '/stretch-updates/d' /etc/apt/sources.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment