1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Merge pull request #311 from infosiftr/perl-ipc-run

Update to 10beta2
This commit is contained in:
yosifkit
2017-07-14 10:58:25 -07:00
committed by GitHub
8 changed files with 17 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ RUN set -ex; \
apt-key list apt-key list
ENV PG_MAJOR 10 ENV PG_MAJOR 10
ENV PG_VERSION 10~beta1-1.pgdg90+1 ENV PG_VERSION 10~beta2-1.pgdg90+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10 ENV PG_MAJOR 10
ENV PG_VERSION 10beta1 ENV PG_VERSION 10beta2
ENV PG_SHA256 7eee02e6f6646c7d4d6e78893a4ff638cfa5f1025b706712da8c6ef2257b5e29 ENV PG_SHA256 0d6b50236039fc92e8784bd908b452c38ef63c0f9029f34e7115fbc30e17b195
RUN set -ex \ RUN set -ex \
\ \
@@ -58,6 +58,8 @@ RUN set -ex \
openssl-dev \ openssl-dev \
# configure: error: prove not found # configure: error: prove not found
perl-utils \ perl-utils \
# configure: error: Perl module IPC::Run is required to run TAP tests
perl-ipc-run \
# perl-dev \ # perl-dev \
# python-dev \ # python-dev \
# python3-dev \ # python3-dev \

View File

@@ -61,6 +61,8 @@ RUN set -ex \
openssl-dev \ openssl-dev \
# configure: error: prove not found # configure: error: prove not found
perl \ perl \
# configure: error: Perl module IPC::Run is required to run TAP tests
perl-ipc-run \
# perl-dev \ # perl-dev \
# python-dev \ # python-dev \
# python3-dev \ # python3-dev \

View File

@@ -61,6 +61,8 @@ RUN set -ex \
openssl-dev \ openssl-dev \
# configure: error: prove not found # configure: error: prove not found
perl \ perl \
# configure: error: Perl module IPC::Run is required to run TAP tests
perl-ipc-run \
# perl-dev \ # perl-dev \
# python-dev \ # python-dev \
# python3-dev \ # python3-dev \

View File

@@ -58,6 +58,8 @@ RUN set -ex \
openssl-dev \ openssl-dev \
# configure: error: prove not found # configure: error: prove not found
perl \ perl \
# configure: error: Perl module IPC::Run is required to run TAP tests
perl-ipc-run \
# perl-dev \ # perl-dev \
# python-dev \ # python-dev \
# python3-dev \ # python3-dev \

View File

@@ -58,6 +58,8 @@ RUN set -ex \
openssl-dev \ openssl-dev \
# configure: error: prove not found # configure: error: prove not found
perl \ perl \
# configure: error: Perl module IPC::Run is required to run TAP tests
perl-ipc-run \
# perl-dev \ # perl-dev \
# python-dev \ # python-dev \
# python3-dev \ # python3-dev \

View File

@@ -58,6 +58,8 @@ RUN set -ex \
openssl-dev \ openssl-dev \
# configure: error: prove not found # configure: error: prove not found
perl \ perl \
# configure: error: Perl module IPC::Run is required to run TAP tests
perl-ipc-run \
# perl-dev \ # perl-dev \
# python-dev \ # python-dev \
# python3-dev \ # python3-dev \

View File

@@ -59,6 +59,8 @@ RUN set -ex \
openssl-dev \ openssl-dev \
# configure: error: prove not found # configure: error: prove not found
perl \ perl \
# configure: error: Perl module IPC::Run is required to run TAP tests
perl-ipc-run \
# perl-dev \ # perl-dev \
# python-dev \ # python-dev \
# python3-dev \ # python3-dev \