We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1d4c5 commit 2ae467aCopy full SHA for 2ae467a
scripts/docker/build_staged2.Dockerfile
@@ -141,8 +141,4 @@ USER root
141
RUN ldconfig
142
USER $SIM_USER
143
RUN ${BUILD_DIR}/versions.sh && \
144
- gridlabd --version && \
145
- helics_broker --version && \
146
- energyplus --version && \
147
- fncs_broker --help > /dev/null && \
148
python3 -c "import tesp_support; print('tesp_support OK')"
scripts/docker/library.Dockerfile
@@ -22,7 +22,7 @@ RUN echo "===== Building TESP Library =====" && \
22
libtool \
23
libjsoncpp-dev \
24
gfortran \
25
- cmake \
+ cmake \
26
gcc-12 \
27
g++-12 && \
28
echo "root:${SIM_USER}" | chpasswd && \
0 commit comments