Skip to content

Commit 2ae467a

Browse files
committed
build_staged2 now works
1 parent ca1d4c5 commit 2ae467a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

scripts/docker/build_staged2.Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,4 @@ USER root
141141
RUN ldconfig
142142
USER $SIM_USER
143143
RUN ${BUILD_DIR}/versions.sh && \
144-
gridlabd --version && \
145-
helics_broker --version && \
146-
energyplus --version && \
147-
fncs_broker --help > /dev/null && \
148144
python3 -c "import tesp_support; print('tesp_support OK')"

scripts/docker/library.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN echo "===== Building TESP Library =====" && \
2222
libtool \
2323
libjsoncpp-dev \
2424
gfortran \
25-
cmake \
25+
cmake \
2626
gcc-12 \
2727
g++-12 && \
2828
echo "root:${SIM_USER}" | chpasswd && \

0 commit comments

Comments
 (0)