Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
docker
Commits
b2a843b1
Commit
b2a843b1
authored
3 months ago
by
Timothée Jaussoin
Browse files
Options
Download
Patches
Plain Diff
Fix the download.linphone.org URLs
parent
4d26a2d2
feature/update-php82
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bc-repos/bc-debian11.repo
+1
-1
bc-repos/bc-debian11.repo
bc-repos/bc-debian12.repo
+1
-1
bc-repos/bc-debian12.repo
dockers/debian11-php.docker
+3
-3
dockers/debian11-php.docker
dockers/debian12-php.docker
+1
-1
dockers/debian12-php.docker
with
6 additions
and
6 deletions
bc-repos/bc-debian11.repo
+
1
−
1
View file @
b2a843b1
deb [arch=amd64] https://linphone.org/snapshots/debian bullseye stable
deb [arch=amd64] https://
download.
linphone.org/snapshots/debian bullseye stable
This diff is collapsed.
Click to expand it.
bc-repos/bc-debian12.repo
+
1
−
1
View file @
b2a843b1
deb [arch=amd64] https://linphone.org/snapshots/debian bookworm stable
deb [arch=amd64] https://
download.
linphone.org/snapshots/debian bookworm stable
This diff is collapsed.
Click to expand it.
dockers/debian11-php.docker
+
3
−
3
View file @
b2a843b1
...
...
@@ -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
php
8.2
php
8.2
-xml php
8.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
This diff is collapsed.
Click to expand it.
dockers/debian12-php.docker
+
1
−
1
View file @
b2a843b1
...
...
@@ -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
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets