Merge pull request #764 from maytech/master

Keep postgres static libraries in Alpine images
This commit is contained in:
Tianon Gravi 2020-09-25 12:36:53 -07:00 committed by GitHub
commit b80fcb5ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 7 deletions

View File

@ -130,7 +130,6 @@ RUN set -eux; \
/usr/local/share/doc \
/usr/local/share/man \
; \
find /usr/local -name '*.a' -delete; \
\
postgres --version

View File

@ -132,7 +132,6 @@ RUN set -eux; \
/usr/local/share/doc \
/usr/local/share/man \
; \
find /usr/local -name '*.a' -delete; \
\
postgres --version

View File

@ -132,7 +132,6 @@ RUN set -eux; \
/usr/local/share/doc \
/usr/local/share/man \
; \
find /usr/local -name '*.a' -delete; \
\
postgres --version

View File

@ -132,7 +132,6 @@ RUN set -eux; \
/usr/local/share/doc \
/usr/local/share/man \
; \
find /usr/local -name '*.a' -delete; \
\
postgres --version

View File

@ -128,7 +128,6 @@ RUN set -eux; \
/usr/local/share/doc \
/usr/local/share/man \
; \
find /usr/local -name '*.a' -delete; \
\
postgres --version

View File

@ -128,7 +128,6 @@ RUN set -eux; \
/usr/local/share/doc \
/usr/local/share/man \
; \
find /usr/local -name '*.a' -delete; \
\
postgres --version

View File

@ -132,7 +132,6 @@ RUN set -eux; \
/usr/local/share/doc \
/usr/local/share/man \
; \
find /usr/local -name '*.a' -delete; \
\
postgres --version