Skip to content

Commit 3f986c5

Browse files
fix: fix LD_PRELOAD env.
1 parent a0d3031 commit 3f986c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV PATH=/opt/py3/bin:$PATH \
4242
REDIS_PASSWORD=Password123@redis \
4343
LANG=en_US.UTF-8 \
4444
PYTHONUNBUFFERED=1 \
45-
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 \
45+
LD_PRELOAD=/usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2 \
4646
MAXKB_CONFIG_TYPE=ENV \
4747
MAXKB_LOG_LEVEL=INFO \
4848
MAXKB_SANDBOX=1 \

0 commit comments

Comments
 (0)