Skip to content

Commit b2880df

Browse files
committed
package repo add
1 parent 9d6a340 commit b2880df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Containerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,8 @@ RUN echo "" && \
168168
"debian" ) \
169169
export _php_version="${PHP_BASE}" ; \
170170
export _php_folder="/etc/php/${PHP_BASE}" ; \
171-
package repo key https://mariadb.org/mariadb_release_signing_key.asc mariadb.gpg ; \
172-
package repo add mariadb "https://mirror.its.dal.ca/mariadb/repo/$(curl -sSLk https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | grep "mariadb_server_version=mariadb-" | head -n 1 | cut -d = -f 2 | cut -d - -f 2)/debian $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" mariadb.gpg ; \
173-
package repo key https://www.postgresql.org/media/keys/ACCC4CF8.asc postgresql.gpg ; \
174-
package repo add postgres "https://apt.postgresql.org/pub/repos/apt $(awk -F'[()]' '/VERSION=/{print $2}' /etc/os-release | awk '{print $1}')-pgdg main" postgresql.gpg ; \
171+
package repo add mariadb ; \
172+
package repo add postgres ; \
175173
package repo key https://packages.sury.org/php/apt.gpg suryphp.gpg ; \
176174
package repo add suryphp "https://packages.sury.org/php/ $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" suryphp.gpg ; \
177175
;; \

0 commit comments

Comments
 (0)