Skip to content

Commit

Permalink
libnuma-dev (#81764)
Browse files Browse the repository at this point in the history
Fix #81706
  • Loading branch information
ManickaP committed Feb 7, 2023
1 parent 8a1e99e commit 7ed86c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $SDK_BASE_IMAGE
WORKDIR /msquic
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y cmake clang ruby-dev gem lttng-tools libssl-dev && \
apt-get install -y cmake clang ruby-dev gem lttng-tools libssl-dev libnuma-dev && \
gem install fpm
RUN git clone --recursive https://github.com/dotnet/msquic
RUN cd msquic/src/msquic && \
Expand Down

0 comments on commit 7ed86c7

Please sign in to comment.