File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.7.8 2024-05-01 <dave at tiredofit dot ca >
2
+
3
+ ### Changed
4
+ - Change sury.org GPG key for Debian installations
5
+
6
+
1
7
## 7.7.7 2024-04-16 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ RUN export PHP_7_3_RUN_DEPS=" \
144
144
echo "deb https://mirror.its.dal.ca/mariadb/repo/${mariadb_client_ver}/debian $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" > /etc/apt/sources.list.d/mariadb.list && \
145
145
curl -sSLk https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
146
146
echo "deb https://apt.postgresql.org/pub/repos/apt $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')')-pgdg main" > /etc/apt/sources.list.d/postgres.list && \
147
- curl -sSLk https://packages.sury.org/php/apt.gpg | apt-key add - && \
147
+ apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg && \
148
148
echo "deb https://packages.sury.org/php/ $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" > /etc/apt/sources.list.d/php.list && \
149
149
package update && \
150
150
package upgrade -y && \
You can’t perform that action at this time.
0 commit comments