You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-19 00:22:57 +03:00
Add JIT support for Alpine on 11+
This commit is contained in:
@@ -54,6 +54,7 @@ RUN set -ex \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
linux-headers \
|
||||
llvm8-dev clang g++ \
|
||||
make \
|
||||
# openldap-dev \
|
||||
openssl-dev \
|
||||
@@ -111,6 +112,7 @@ RUN set -ex \
|
||||
--with-libxml \
|
||||
--with-libxslt \
|
||||
--with-icu \
|
||||
--with-llvm \
|
||||
&& make -j "$(nproc)" world \
|
||||
&& make install-world \
|
||||
&& make -C contrib install \
|
||||
|
||||
Reference in New Issue
Block a user