From 0b5d56cccdd3440a82bf036ce69a0bc68ecf2710 Mon Sep 17 00:00:00 2001 From: "Vincent (Zhengyu) Wu" Date: Fri, 8 Mar 2024 12:17:22 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f17cc0..5410bb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG LLVM_VERSION=15 ARG CMAKE_VERSION=3.26.6 RUN apt-get update -y -q \ - && apt-get install -y -q curl lsb-release wget software-properties-common gnupg git ninja-build openssh-server \ + && apt-get install -y -q curl lsb-release wget software-properties-common gnupg gdb git ninja-build openssh-server sudo \ && wget https://apt.llvm.org/llvm.sh \ && chmod +x llvm.sh \ && ./llvm.sh ${LLVM_VERSION} \