File tree 8 files changed +7
-3
lines changed
8 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
53
53
libedit-dev \
54
54
libxml2-dev \
55
55
libxslt-dev \
56
+ linux-headers \
56
57
make \
57
58
# openldap-dev \
58
59
openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
53
53
libedit-dev \
54
54
libxml2-dev \
55
55
libxslt-dev \
56
+ linux-headers \
56
57
make \
57
58
# openldap-dev \
58
59
openssl-dev \
Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ RUN set -ex; \
82
82
case "$dpkgArch" in \
83
83
amd64|i386|ppc64el) \
84
84
# 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; \
87
86
apt-get update; \
88
87
;; \
89
88
*) \
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
147
147
VOLUME /var/lib/postgresql/data
148
148
149
149
COPY docker-entrypoint.sh /usr/local/bin/
150
- RUN ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
151
150
ENTRYPOINT ["docker-entrypoint.sh" ]
152
151
153
152
EXPOSE 5432
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
53
53
libedit-dev \
54
54
libxml2-dev \
55
55
libxslt-dev \
56
+ linux-headers \
56
57
make \
57
58
# openldap-dev \
58
59
openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
53
53
libedit-dev \
54
54
libxml2-dev \
55
55
libxslt-dev \
56
+ linux-headers \
56
57
make \
57
58
# openldap-dev \
58
59
openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
53
53
libedit-dev \
54
54
libxml2-dev \
55
55
libxslt-dev \
56
+ linux-headers \
56
57
make \
57
58
# openldap-dev \
58
59
openssl-dev \
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN set -ex \
53
53
libedit-dev \
54
54
libxml2-dev \
55
55
libxslt-dev \
56
+ linux-headers \
56
57
make \
57
58
# openldap-dev \
58
59
openssl-dev \
You can’t perform that action at this time.
0 commit comments