From 694d1bb37f25c596ccdf77612dcf0e605edcd28d Mon Sep 17 00:00:00 2001 From: xxchan Date: Tue, 17 Oct 2023 11:52:36 +0800 Subject: [PATCH] update --- integration_tests/feature-store/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/feature-store/Dockerfile b/integration_tests/feature-store/Dockerfile index 0acc563767e7e..92322341255c4 100644 --- a/integration_tests/feature-store/Dockerfile +++ b/integration_tests/feature-store/Dockerfile @@ -27,7 +27,7 @@ RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod RUN dpkg -i packages-microsoft-prod.deb RUN rm packages-microsoft-prod.deb RUN apt-get update && apt-get install -y dotnet-sdk-6.0 -RUN apt install -y liblttng-ust0 +RUN apt install -y liblttng-ust1 # `cargo build` included in ./build ADD ./server $WORK_DIR/build/server