From 8a2c37c861e0b1839b185613b910a74fe6528fb2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 11 Dec 2023 21:12:27 +0100 Subject: [PATCH] Improve jemalloc installation (#253) --- alpine/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 18639cd..69c6007 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -38,6 +38,7 @@ RUN \ ca-certificates \ curl \ jq \ + libstdc++ \ tzdata \ xz \ \ @@ -73,7 +74,7 @@ RUN \ && ./autogen.sh \ --with-lg-page=16 \ && make -j "$(nproc)" \ - && make install \ + && make install_lib_shared install_bin \ \ && mkdir -p /usr/src/bashio \ && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \