Skip to content

Commit c3453b3

Browse files
committed
Install libnuma always
It was a bit unclear if this is always required, but seems it is good to install it to be safe as there are edge cases where it is needed. Also this was installed in all the slim images and it should be consistent.
1 parent 23abb31 commit c3453b3

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)