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 \
libboost-iostreams-dev \
libelf-dev \
libglib2.0-dev \
libgoogle-perftools-dev \
libpcap-dev \
libpixman-1-dev \
libprotobuf-dev \
ninja-build \
protobuf-compiler \
python-is-python3 \
python3-dev \
python3-sphinx \
python3-sphinx-rtd-theme \
rsync \
......
......@@ -7,9 +7,15 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update \
&& apt-get install -y \
make \
libelf1 \
libgoogle-perftools4 \
libpcap0.8 \
libpixman-1-0 \
libprotobuf23 \
libpython3.10 \
python-is-python3 \
python3-six \
rsync \
unzip \
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