Skip to content

Commit 595046a

Browse files
authored
Merge pull request #82 from AlistairB/libnuma
Install libnuma always
2 parents 573ee75 + c3453b3 commit 595046a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

8.10/buster/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV LANG C.UTF-8
55
# additional haskell specific deps
66
RUN apt-get update && \
77
apt-get install -y --no-install-recommends \
8+
libnuma-dev \
89
libtinfo-dev && \
910
rm -rf /var/lib/apt/lists/*
1011

9.2/buster/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV LANG C.UTF-8
55
# additional haskell specific deps
66
RUN apt-get update && \
77
apt-get install -y --no-install-recommends \
8+
libnuma-dev \
89
libtinfo-dev && \
910
rm -rf /var/lib/apt/lists/*
1011

0 commit comments

Comments
 (0)