Use archive for debian buster

This commit is contained in:
Vitaliy Filippov
2025-07-30 10:50:02 +03:00
parent 8427f6fe46
commit 4ba687738b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ WORKDIR /root
RUN set -e -x; \
if [ "$REL" = "buster" ]; then \
perl -i -pe 's/deb.debian.org/archive.debian.org/' /etc/apt/sources.list; \
apt-get update; \
apt-get -y install wget; \
wget https://vitastor.io/debian/pubkey.gpg -O /etc/apt/trusted.gpg.d/vitastor.gpg; \