util-docker: Add Python test dependencies to Docker
These are needed to run our Python tests Change-Id: Ifd6904a59ad3b6217a337bd5e912c3e7e2e10c17 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47219 Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -31,7 +31,10 @@ RUN apt -y upgrade
|
||||
RUN apt -y install build-essential git m4 scons zlib1g zlib1g-dev \
|
||||
libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev \
|
||||
python3-dev python3 python3-six doxygen libboost-all-dev \
|
||||
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config
|
||||
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config \
|
||||
python3-pip python3-venv
|
||||
|
||||
RUN pip3 install mypy
|
||||
|
||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python2 1
|
||||
|
||||
@@ -32,4 +32,7 @@ RUN apt -y upgrade
|
||||
RUN apt -y install build-essential git m4 scons zlib1g zlib1g-dev \
|
||||
libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev \
|
||||
python3-dev python3-six python-is-python3 doxygen libboost-all-dev \
|
||||
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config
|
||||
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config pip \
|
||||
python3-venv
|
||||
|
||||
RUN pip install mypy
|
||||
Reference in New Issue
Block a user