File tree 8 files changed +17
-3
lines changed
8 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN set -ex; \
47
47
apt-key list
48
48
49
49
ENV PG_MAJOR 10
50
- ENV PG_VERSION 10~beta1 -1.pgdg90+1
50
+ ENV PG_VERSION 10~beta2 -1.pgdg90+1
51
51
52
52
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
53
53
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ ENV LANG en_US.utf8
22
22
RUN mkdir /docker-entrypoint-initdb.d
23
23
24
24
ENV PG_MAJOR 10
25
- ENV PG_VERSION 10beta1
26
- ENV PG_SHA256 7eee02e6f6646c7d4d6e78893a4ff638cfa5f1025b706712da8c6ef2257b5e29
25
+ ENV PG_VERSION 10beta2
26
+ ENV PG_SHA256 0d6b50236039fc92e8784bd908b452c38ef63c0f9029f34e7115fbc30e17b195
27
27
28
28
RUN set -ex \
29
29
\
@@ -58,6 +58,8 @@ RUN set -ex \
58
58
openssl-dev \
59
59
# configure: error: prove not found
60
60
perl-utils \
61
+ # configure: error: Perl module IPC::Run is required to run TAP tests
62
+ perl-ipc-run \
61
63
# perl-dev \
62
64
# python-dev \
63
65
# python3-dev \
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ RUN set -ex \
61
61
openssl-dev \
62
62
# configure: error: prove not found
63
63
perl \
64
+ # configure: error: Perl module IPC::Run is required to run TAP tests
65
+ perl-ipc-run \
64
66
# perl-dev \
65
67
# python-dev \
66
68
# python3-dev \
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ RUN set -ex \
61
61
openssl-dev \
62
62
# configure: error: prove not found
63
63
perl \
64
+ # configure: error: Perl module IPC::Run is required to run TAP tests
65
+ perl-ipc-run \
64
66
# perl-dev \
65
67
# python-dev \
66
68
# python3-dev \
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ RUN set -ex \
58
58
openssl-dev \
59
59
# configure: error: prove not found
60
60
perl \
61
+ # configure: error: Perl module IPC::Run is required to run TAP tests
62
+ perl-ipc-run \
61
63
# perl-dev \
62
64
# python-dev \
63
65
# python3-dev \
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ RUN set -ex \
58
58
openssl-dev \
59
59
# configure: error: prove not found
60
60
perl \
61
+ # configure: error: Perl module IPC::Run is required to run TAP tests
62
+ perl-ipc-run \
61
63
# perl-dev \
62
64
# python-dev \
63
65
# python3-dev \
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ RUN set -ex \
58
58
openssl-dev \
59
59
# configure: error: prove not found
60
60
perl \
61
+ # configure: error: Perl module IPC::Run is required to run TAP tests
62
+ perl-ipc-run \
61
63
# perl-dev \
62
64
# python-dev \
63
65
# python3-dev \
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ RUN set -ex \
59
59
openssl-dev \
60
60
# configure: error: prove not found
61
61
perl \
62
+ # configure: error: Perl module IPC::Run is required to run TAP tests
63
+ perl-ipc-run \
62
64
# perl-dev \
63
65
# python-dev \
64
66
# python3-dev \
You can’t perform that action at this time.
0 commit comments