Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 17, 2023
1 parent 4a7a4fa commit 694d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/feature-store/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 694d1bb

Please sign in to comment.