diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-13 11:14:10 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-20 23:07:54 +0800 |
commit | 783c534feffe442c063d5a2410081e31c09e9eb8 (patch) | |
tree | dc2e13f182322d6e787ecb060bf9672b10e41b45 /docker/debian-dev/bootstrap/official.sources | |
parent | e870972428794f51912dfa955c6de0d712c74db1 (diff) | |
download | crupest-783c534feffe442c063d5a2410081e31c09e9eb8.tar.gz crupest-783c534feffe442c063d5a2410081e31c09e9eb8.tar.bz2 crupest-783c534feffe442c063d5a2410081e31c09e9eb8.zip |
feat(debian-dev): trim it.
Diffstat (limited to 'docker/debian-dev/bootstrap/official.sources')
-rw-r--r-- | docker/debian-dev/bootstrap/official.sources | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/official.sources b/docker/debian-dev/bootstrap/official.sources new file mode 100644 index 0000000..c9aa9a0 --- /dev/null +++ b/docker/debian-dev/bootstrap/official.sources @@ -0,0 +1,23 @@ +Types: deb +URIs: http://deb.debian.org/debian +Suites: bookworm bookworm-updates bookworm-backports +Components: main contrib non-free non-free-firmware +Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg + +Types: deb-src +URIs: http://deb.debian.org/debian +Suites: bookworm bookworm-updates bookworm-backports +Components: main contrib non-free non-free-firmware +Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg + +Types: deb +URIs: http://deb.debian.org/debian-security +Suites: bookworm-security +Components: main contrib non-free non-free-firmware +Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg + +Types: deb-src +URIs: http://deb.debian.org/debian-security +Suites: bookworm-security +Components: main contrib non-free non-free-firmware +Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg |