File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 ;; \
You can’t perform that action at this time.
0 commit comments