libnuma-dev (#81764)
authorMarie Píchová <11718369+ManickaP@users.noreply.github.com>
Tue, 7 Feb 2023 19:52:36 +0000 (20:52 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 19:52:36 +0000 (20:52 +0100)
Fix #81706

src/libraries/System.Net.Http/tests/StressTests/HttpStress/Dockerfile

index 8d0d883..762c1aa 100644 (file)
@@ -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 && \