Skip to content

Commit 3c2c081

Browse files
committed
chore: install libnuma-dev for ARM
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent b279ebf commit 3c2c081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ WORKDIR /code
88
# system dependencies
99
ENV DEBIAN_FRONTEND=noninteractive
1010
RUN apt-get update -y && \
11-
apt-get install -y dpkg && \
1211
apt-get install -y \
1312
automake \
1413
build-essential \
1514
pkg-config \
1615
libffi-dev \
1716
libgmp-dev \
17+
libnuma-dev \
1818
libssl-dev \
19-
libtinfo-dev \
2019
libsystemd-dev \
20+
libtinfo-dev \
2121
zlib1g-dev \
2222
make \
2323
g++ \

0 commit comments

Comments
 (0)