Skip to content

Commit a50527b

Browse files
committed
fix: add LD_LIBRARY_PATH environment variable for OpenStudio
1 parent 99cbf98 commit a50527b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ RUN echo "Searching for OpenStudio installation..." \
8787

8888
ENV RUBYLIB=/usr/local/openstudio-${OPENSTUDIO_VERSION}/Ruby
8989
ENV ENERGYPLUS_EXE_PATH=/usr/local/openstudio-${OPENSTUDIO_VERSION}/EnergyPlus/energyplus
90+
ENV LD_LIBRARY_PATH=/usr/local/openstudio-${OPENSTUDIO_VERSION}/lib:$LD_LIBRARY_PATH
9091

9192
RUN rm -rf ruby*
9293
## Add RUBYLIB link for openstudio.rb

0 commit comments

Comments
 (0)