File tree Expand file tree Collapse file tree 8 files changed +7
-3
lines changed
Expand file tree Collapse file tree 8 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
5353 libedit-dev \
5454 libxml2-dev \
5555 libxslt-dev \
56+ linux-headers \
5657 make \
5758# openldap-dev \
5859 openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
5353 libedit-dev \
5454 libxml2-dev \
5555 libxslt-dev \
56+ linux-headers \
5657 make \
5758# openldap-dev \
5859 openssl-dev \
Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ RUN set -ex; \
8282 case "$dpkgArch" in \
8383 amd64|i386|ppc64el) \
8484# arches officialy built by upstream
85- echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
86- echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg-testing main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg-testing.list; \
85+ echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
8786 apt-get update; \
8887 ;; \
8988 *) \
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ RUN mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PG
147147VOLUME /var/lib/postgresql/data
148148
149149COPY docker-entrypoint.sh /usr/local/bin/
150- RUN ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
151150ENTRYPOINT ["docker-entrypoint.sh" ]
152151
153152EXPOSE 5432
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
5353 libedit-dev \
5454 libxml2-dev \
5555 libxslt-dev \
56+ linux-headers \
5657 make \
5758# openldap-dev \
5859 openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
5353 libedit-dev \
5454 libxml2-dev \
5555 libxslt-dev \
56+ linux-headers \
5657 make \
5758# openldap-dev \
5859 openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
5353 libedit-dev \
5454 libxml2-dev \
5555 libxslt-dev \
56+ linux-headers \
5657 make \
5758# openldap-dev \
5859 openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
5353 libedit-dev \
5454 libxml2-dev \
5555 libxslt-dev \
56+ linux-headers \
5657 make \
5758# openldap-dev \
5859 openssl-dev \
You can’t perform that action at this time.
0 commit comments