Skip to content

Commit 0f4609f

Browse files
authored
fix(dev): Add jemalloc package to local docker image (#9516)
**Description** The jemalloc package is missing, so Dgraph fails to build. This PR adds it.
1 parent 07c4d6d commit 0f4609f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2323
htop \
2424
iputils-ping \
2525
jq \
26+
libjemalloc-dev \
2627
less \
2728
sysstat \
2829
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)