Skip to content

Commit ae03f05

Browse files
authored
Merge pull request #12 from cloudstruct/fix/libnuma1
fix: install libnuma1 in final image
2 parents 949de36 + 957c6bd commit ae03f05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ RUN apt-get update -y && \
9292
apt-get install -y \
9393
libgmp10 \
9494
libncursesw5 \
95+
libnuma1 \
9596
zlib1g && \
9697
chmod +x /usr/local/bin/* && \
9798
rm -rf /var/lib/apt/lists/*
98-
EXPOSE 3001 12798
99+
EXPOSE 3001 12788 12798
99100
ENTRYPOINT ["/usr/local/bin/entrypoint"]

0 commit comments

Comments
 (0)