We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0075303 commit 976dd5dCopy full SHA for 976dd5d
Dockerfile
@@ -86,6 +86,7 @@ RUN echo "Searching for OpenStudio installation..." \
86
&& sed -i 's/, :github => .*//' /var/oscli/Gemfile \
87
&& sed -i 's/gem .rubocop., .*/gem "rubocop", "= 1.50.0"/' /var/oscli/Gemfile \
88
&& sed -i 's/gem .json., .*/gem "json", "~> 2.3"/' /var/oscli/Gemfile \
89
+ && rm /var/oscli/Gemfile.lock \
90
&& ln -s ${OPENSTUDIO_FOLDER} /usr/local/openstudio-${OPENSTUDIO_VERSION}
91
92
ENV RUBYLIB=/usr/local/openstudio-${OPENSTUDIO_VERSION}/Ruby
0 commit comments