From 636460d5a7310d27f58397d91f1596703b25b596 Mon Sep 17 00:00:00 2001 From: Weili An Date: Fri, 23 Aug 2024 12:03:26 -0400 Subject: [PATCH] sst-integration: add dependency for gnu toolchain --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 33f165f..5f43a44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN git clone https://github.com/llvm/llvm-project.git \ && cd .. && cd .. # Build RISCV GNU Toolchain 2024.08.06.nightly +RUN apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev libslirp-dev RUN git clone https://github.com/riscv-collab/riscv-gnu-toolchain.git \ && mkdir riscv-gnu-install \ && export RISCV_TOOLCHAIN_INSTALL_PATH=$(pwd)/riscv-gnu-install \