Skip to content

Commit e430162

Browse files
authored
Merge pull request docker-library#247 from kurlzor/keep-libs
Keep lib sources so the image can be used as a base image for postgis
2 parents d7accc9 + 106e9e5 commit e430162

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

9.2/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ RUN set -ex \
110110
&& cd / \
111111
&& rm -rf \
112112
/usr/src/postgresql \
113-
/usr/local/include/* \
114113
/usr/local/share/doc \
115114
/usr/local/share/man \
116115
&& find /usr/local -name '*.a' -delete

9.3/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ RUN set -ex \
110110
&& cd / \
111111
&& rm -rf \
112112
/usr/src/postgresql \
113-
/usr/local/include/* \
114113
/usr/local/share/doc \
115114
/usr/local/share/man \
116115
&& find /usr/local -name '*.a' -delete

9.4/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ RUN set -ex \
110110
&& cd / \
111111
&& rm -rf \
112112
/usr/src/postgresql \
113-
/usr/local/include/* \
114113
/usr/local/share/doc \
115114
/usr/local/share/man \
116115
&& find /usr/local -name '*.a' -delete

9.5/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ RUN set -ex \
110110
&& cd / \
111111
&& rm -rf \
112112
/usr/src/postgresql \
113-
/usr/local/include/* \
114113
/usr/local/share/doc \
115114
/usr/local/share/man \
116115
&& find /usr/local -name '*.a' -delete

9.6/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ RUN set -ex \
110110
&& cd / \
111111
&& rm -rf \
112112
/usr/src/postgresql \
113-
/usr/local/include/* \
114113
/usr/local/share/doc \
115114
/usr/local/share/man \
116115
&& find /usr/local -name '*.a' -delete

Dockerfile-alpine.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ RUN set -ex \
110110
&& cd / \
111111
&& rm -rf \
112112
/usr/src/postgresql \
113-
/usr/local/include/* \
114113
/usr/local/share/doc \
115114
/usr/local/share/man \
116115
&& find /usr/local -name '*.a' -delete

0 commit comments

Comments
 (0)