Commit b2a843b1 authored by Timothée Jaussoin's avatar Timothée Jaussoin :thinking:
Browse files

Fix the download.linphone.org URLs

No related merge requests found
Showing with 6 additions and 6 deletions
deb [arch=amd64] https://linphone.org/snapshots/debian bullseye stable
deb [arch=amd64] https://download.linphone.org/snapshots/debian bullseye stable
deb [arch=amd64] https://linphone.org/snapshots/debian bookworm stable
deb [arch=amd64] https://download.linphone.org/snapshots/debian bookworm stable
......@@ -4,18 +4,18 @@ MAINTAINER Timothée Jaussoin <timothee.jaussoin@belledonne-communications.com>
USER root
Run apt update && apt -y install rsync wget curl sudo gnupg alien lsb-release make
Run apt update && apt -y install rsync wget curl sudo gnupg alien lsb-release make git
# Install Sury repository
RUN curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x
# Install dependencies
RUN apt -y install php php-xml php-curl composer
RUN apt -y install php8.2 php8.2-xml php8.2-gd php8.2-redis php8.2-mysql php8.2-mbstring php8.2-sqlite3
# Cleaning up
RUN apt clean
# Setup the Debian repository
RUN wget https://linphone.org/snapshots/debian/keyring.gpg -O - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/linphone.gpg
RUN wget https://download.linphone.org/snapshots/debian/keyring.gpg -O - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/linphone.gpg
COPY bc-repos/bc-debian11.repo /tmp/bc-debian11.repo
RUN cat /tmp/bc-debian11.repo > /etc/apt/sources.list.d/belledonne.list
......@@ -13,6 +13,6 @@ RUN apt -y install php php-xml php-curl composer
RUN apt clean
# Setup the Debian repository
RUN wget https://linphone.org/snapshots/debian/keyring.gpg -O - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/linphone.gpg
RUN wget https://download.linphone.org/snapshots/debian/keyring.gpg -O - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/linphone.gpg
COPY bc-repos/bc-debian12.repo /tmp/bc-debian12.repo
RUN cat /tmp/bc-debian12.repo > /etc/apt/sources.list.d/belledonne.list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment