File tree 3 files changed +0
-3
lines changed
postgresql-9.5.23-plv8-2.1.2
postgresql-9.6.19-plv8-2.1.2
postgresql-9.6.20-plv8-2.1.2
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ENV MAKE_DEPENDENCIES="wget build-essential ca-certificates git python postgresq
7
7
8
8
# Build and install plv8 extension from sources.
9
9
RUN apt-get update \
10
- && apt-get upgrade -y \
11
10
&& apt-get install -y --no-install-recommends ${MAKE_DEPENDENCIES} \
12
11
&& wget https://github.com/plv8/plv8/archive/v${PLV8_VERSION}.tar.gz \
13
12
&& tar -xvzf v${PLV8_VERSION}.tar.gz \
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ENV MAKE_DEPENDENCIES="wget build-essential ca-certificates git python postgresq
7
7
8
8
# Build and install plv8 extension from sources.
9
9
RUN apt-get update \
10
- && apt-get upgrade -y \
11
10
&& apt-get install -y --no-install-recommends ${MAKE_DEPENDENCIES} \
12
11
&& wget https://github.com/plv8/plv8/archive/v${PLV8_VERSION}.tar.gz \
13
12
&& tar -xvzf v${PLV8_VERSION}.tar.gz \
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ENV MAKE_DEPENDENCIES="wget build-essential ca-certificates git python postgresq
7
7
8
8
# Build and install plv8 extension from sources.
9
9
RUN apt-get update \
10
- && apt-get upgrade -y \
11
10
&& apt-get install -y --no-install-recommends ${MAKE_DEPENDENCIES} \
12
11
&& wget https://github.com/plv8/plv8/archive/v${PLV8_VERSION}.tar.gz \
13
12
&& tar -xvzf v${PLV8_VERSION}.tar.gz \
You can’t perform that action at this time.
0 commit comments