Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
micah
chaperone-base
Commits
25fc0d6d
Commit
25fc0d6d
authored
Sep 29, 2021
by
ale
Browse files
Update to new a/i deb repository URL
parent
e3691c0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
25fc0d6d
...
...
@@ -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
...
...
build.sh
View file @
25fc0d6d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment