Skip to content

Commit 7a0cf93

Browse files
committed
Install libtcmalloc-minimal4 in release container
Our PSCs are configured to use LD_PRELOAD=libtcmalloc-minimal.so.4, so the container complains noisly when it's missing. The container does start without it, but presumably we configure it for a reason, and the container is not performing optimally without it. Make it not missing.
1 parent ecb6596 commit 7a0cf93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
77
RUN apt-get install -y \
88
libaio1 \
99
libnuma1 \
10+
libtcmalloc-minimal4 \
1011
binutils
1112

1213
ADD dist/ /dist

0 commit comments

Comments
 (0)