File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
build/ansible/group_vars/all Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- FIxed installation of drupalconsole [ #246 ] ( https://github.com/devilbox/docker-php-fpm/pull/246 )
14
14
- Fixed installation of symfoni cli [ #247 ] ( https://github.com/devilbox/docker-php-fpm/pull/247 )
15
15
- Fixed installation of NodeJS
16
+ - Fixed PostgreSQL client for PHP 5.6
16
17
17
18
18
19
## Release 0.141
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ RUN set -eux \
195
195
# -------------------- pgsql_client --------------------
196
196
&& if [ "$(dpkg-architecture --query DEB_BUILD_ARCH)" = "amd64" ]; then \
197
197
curl -sS -k -L --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
198
- && echo "deb http ://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main" > /etc/apt/sources.list.d/pgsql.list \
198
+ && echo "deb https ://apt-archive .postgresql.org/pub/repos/apt/ stretch-pgdg main" > /etc/apt/sources.list.d/pgsql.list \
199
199
&& apt-get update; \
200
200
fi \
201
201
\
Original file line number Diff line number Diff line change @@ -327,8 +327,7 @@ apt_repositories_available:
327
327
deb : deb https://apt-archive.postgresql.org/pub/repos/apt/ {{ os_release[5.5].debian }}-pgdg main
328
328
# [Stretch]
329
329
5.6 :
330
- deb : deb http://apt.postgresql.org/pub/repos/apt/ {{ os_release[5.6].debian }}-pgdg main
331
- pre : curl -sS -k -L --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add -
330
+ deb : deb https://apt-archive.postgresql.org/pub/repos/apt/ {{ os_release[5.6].debian }}-pgdg main
332
331
# [Stretch]
333
332
7.0 :
334
333
deb : deb http://apt.postgresql.org/pub/repos/apt/ {{ os_release[7.0].debian }}-pgdg main
@@ -806,7 +805,7 @@ software_available:
806
805
pre : |
807
806
if [ "$(dpkg-architecture --query DEB_BUILD_ARCH)" = "amd64" ]; then \
808
807
curl -sS -k -L --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
809
- && echo "deb http ://apt.postgresql.org/pub/repos/apt/ {{ os_release[php_version].debian }}-pgdg main" > /etc/apt/sources.list.d/pgsql.list \
808
+ && echo "deb https ://apt-archive .postgresql.org/pub/repos/apt/ {{ os_release[php_version].debian }}-pgdg main" > /etc/apt/sources.list.d/pgsql.list \
810
809
&& apt-get update; \
811
810
fi \
812
811
command : |
You can’t perform that action at this time.
0 commit comments