Skip to content

Commit 8afabb7

Browse files
authored
Install jemalloc2 for arm64 image (#517)
1 parent 077df7c commit 8afabb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/setup-arm64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ if [ "$TARGETARCH" = "arm64" ] ; then
1010
curl -L https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | tee /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg
1111

1212
apt-get update
13-
DEBIAN_FRONTEND=noninteractive apt-get install -y "$BOX64_PACKAGE"
13+
DEBIAN_FRONTEND=noninteractive apt-get install -y \
14+
"$BOX64_PACKAGE" \
15+
libjemalloc2
1416

1517
apt-get clean
1618
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)