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

Ship our keyring, do not require curl

parent ff089f27
No related branches found
No related tags found
No related merge requests found
Pipeline #10058 passed
FROM debian:stable-slim FROM debian:stable-slim
COPY build.sh /tmp/build.sh COPY build.sh /tmp/build.sh
COPY deb_autistici_org.gpg /etc/apt/trusted.gpg.d/
RUN /tmp/build.sh && rm /tmp/build.sh RUN /tmp/build.sh && rm /tmp/build.sh
......
LICENSE 0 → 100644
This diff is collapsed.
...@@ -28,12 +28,9 @@ fi ...@@ -28,12 +28,9 @@ fi
set -x set -x
set -e set -e
# Install the main A/I package repositories. # Install the packages.
install_packages curl gnupg
echo "deb http://deb.autistici.org/urepo ai3/" > /etc/apt/sources.list.d/ai3.list echo "deb http://deb.autistici.org/urepo ai3/" > /etc/apt/sources.list.d/ai3.list
curl -s http://deb.autistici.org/repo.key | apt-key add -
apt-get -q update apt-get -q update
install_packages ${PACKAGES} install_packages ${PACKAGES}
# Remove requirement for a specific ejabberd user. # Remove requirement for a specific ejabberd user.
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment