Skip to content

Commit

Permalink
Improve jemalloc installation (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Dec 11, 2023
1 parent 6ec812c commit 8a2c37c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN \
ca-certificates \
curl \
jq \
libstdc++ \
tzdata \
xz \
\
Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit 8a2c37c

Please sign in to comment.