File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN apt-get update \
3030 python-lxml \
3131 qt5-default \
3232 wget \
33+ default-jre \
3334 && apt-get clean \
3435 && rm -rf /var/lib/apt/lists/*
3536
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ RUN apt-get update -qq \
1515 && apt-get -y install --no-install-recommends \
1616 wget \
1717 ninja-build \
18+ default-jre \
1819 libeigen3-dev \
1920 libtbb-dev \
2021 python3-pip \
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ sudo apt-get install -y \
3434 libboost-system-dev \
3535 libboost-python-dev \
3636 libboost-filesystem-dev \
37+ default-jre \
3738 zlib1g-dev
3839
3940# Required to build the documentation
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
8787 INSTALL_DIR " "
8888
8989 # Sync submodules after cloning
90- UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
90+ UPDATE_COMMAND git submodule update --init --recursive third_party/surelog
9191 WORKING_DIRECTORY "${SYNLIG_SOURCE_DIR} "
9292
9393
You can’t perform that action at this time.
0 commit comments