Skip to content
Snippets Groups Projects
Commit 25fc0d6d authored by ale's avatar ale
Browse files

Update to new a/i deb repository URL

parent e3691c0b
No related branches found
No related tags found
1 merge request!2Use Debian Bullseye
Pipeline #21495 passed
......@@ -3,7 +3,7 @@ FROM debian:bullseye-slim
COPY build.sh /tmp/build.sh
COPY python37_compat.patch /tmp/python37_compat.patch
COPY chaperone.conf /etc/chaperone.d/chaperone.conf
COPY deb_autistici_org.gpg /etc/apt/trusted.gpg.d/
COPY deb_autistici_org.gpg /usr/share/keyrings/deb.autistici.org.gpg
RUN /tmp/build.sh && rm /tmp/build.sh
......
......@@ -29,7 +29,7 @@ die() {
set -x
# Add the ai3 Debian package repository.
echo "deb http://deb.autistici.org/urepo ai3/" \
echo "deb [signed-by=/usr/share/keyrings/deb.autistici.org.gpg] http://deb.autistici.org/urepo float/bullseye/" \
> /etc/apt/sources.list.d/ai3.list
apt-get -q update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment