util-docker: Add 'cmake' to all-deps

'cmake' is required to build DRAMSysm.

This is an optional dependency for compiling DRAMSys. It is therefore
not required. It is included in the "all-dependencies" Docker images
as they may be needed if DRAMSys is desired.

Change-Id: I1a3e1a6fa2da4d0116d423e9267d4d3095000d4e
This commit is contained in:
Bobby R. Bruce
2023-11-20 13:32:10 -08:00
parent 575114b63b
commit 8f9a328652
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ RUN apt -y update && apt -y upgrade && \
libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev \
python3-dev python-is-python3 doxygen libboost-all-dev \
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config pip \
python3-venv black gcc-10 g++-10
python3-venv black gcc-10 g++-10 cmake
RUN pip install mypy pre-commit

View File

@@ -31,6 +31,6 @@ RUN apt -y update && apt -y upgrade && \
apt -y install build-essential git m4 scons zlib1g zlib1g-dev \
libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev \
python3-dev doxygen libboost-all-dev libhdf5-serial-dev python3-pydot \
libpng-dev libelf-dev pkg-config pip python3-venv black
libpng-dev libelf-dev pkg-config pip python3-venv black cmake
RUN pip install mypy pre-commit