Keep postgres static libraries in Alpine images
Do not remove static postgres libraries from Alpine based images. This add near 1.4MB to image size, but allow to complie some extentions like repmgr without errors
This commit is contained in:
parent
9abfeee616
commit
04bf35f0c4
|
|
@ -130,7 +130,6 @@ RUN set -eux; \
|
|||
/usr/local/share/doc \
|
||||
/usr/local/share/man \
|
||||
; \
|
||||
find /usr/local -name '*.a' -delete; \
|
||||
\
|
||||
postgres --version
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ RUN set -eux; \
|
|||
/usr/local/share/doc \
|
||||
/usr/local/share/man \
|
||||
; \
|
||||
find /usr/local -name '*.a' -delete; \
|
||||
\
|
||||
postgres --version
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ RUN set -eux; \
|
|||
/usr/local/share/doc \
|
||||
/usr/local/share/man \
|
||||
; \
|
||||
find /usr/local -name '*.a' -delete; \
|
||||
\
|
||||
postgres --version
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ RUN set -eux; \
|
|||
/usr/local/share/doc \
|
||||
/usr/local/share/man \
|
||||
; \
|
||||
find /usr/local -name '*.a' -delete; \
|
||||
\
|
||||
postgres --version
|
||||
|
||||
|
|
|
|||
|
|
@ -128,7 +128,6 @@ RUN set -eux; \
|
|||
/usr/local/share/doc \
|
||||
/usr/local/share/man \
|
||||
; \
|
||||
find /usr/local -name '*.a' -delete; \
|
||||
\
|
||||
postgres --version
|
||||
|
||||
|
|
|
|||
|
|
@ -128,7 +128,6 @@ RUN set -eux; \
|
|||
/usr/local/share/doc \
|
||||
/usr/local/share/man \
|
||||
; \
|
||||
find /usr/local -name '*.a' -delete; \
|
||||
\
|
||||
postgres --version
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ RUN set -eux; \
|
|||
/usr/local/share/doc \
|
||||
/usr/local/share/man \
|
||||
; \
|
||||
find /usr/local -name '*.a' -delete; \
|
||||
\
|
||||
postgres --version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue