We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d3031 commit 3f986c5Copy full SHA for 3f986c5
installer/Dockerfile-base
@@ -42,7 +42,7 @@ ENV PATH=/opt/py3/bin:$PATH \
42
REDIS_PASSWORD=Password123@redis \
43
LANG=en_US.UTF-8 \
44
PYTHONUNBUFFERED=1 \
45
- LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 \
+ LD_PRELOAD=/usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2 \
46
MAXKB_CONFIG_TYPE=ENV \
47
MAXKB_LOG_LEVEL=INFO \
48
MAXKB_SANDBOX=1 \
0 commit comments