Update to 10beta2
This adds perl-ipc-run to Alpine since 10's configure script now requires it.
This commit is contained in:
parent
0f55625d25
commit
f3146f857b
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue