Commit be6dd4f7 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

docker: add dependencies for gem5

parent 6b2b749a
...@@ -18,9 +18,14 @@ RUN apt-get update \ ...@@ -18,9 +18,14 @@ RUN apt-get update \
libboost-iostreams-dev \ libboost-iostreams-dev \
libelf-dev \ libelf-dev \
libglib2.0-dev \ libglib2.0-dev \
libgoogle-perftools-dev \
libpcap-dev \ libpcap-dev \
libpixman-1-dev \ libpixman-1-dev \
libprotobuf-dev \
ninja-build \ ninja-build \
protobuf-compiler \
python-is-python3 \
python3-dev \
python3-sphinx \ python3-sphinx \
python3-sphinx-rtd-theme \ python3-sphinx-rtd-theme \
rsync \ rsync \
......
...@@ -7,9 +7,15 @@ RUN apt-get update \ ...@@ -7,9 +7,15 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
make \
libelf1 \ libelf1 \
libgoogle-perftools4 \
libpcap0.8 \ libpcap0.8 \
libpixman-1-0 \ libpixman-1-0 \
libprotobuf23 \
libpython3.10 \
python-is-python3 \
python3-six \
rsync \ rsync \
unzip \ unzip \
wget \ wget \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment