-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update default installer, fix a broken dependency
- Loading branch information
1 parent
f7f6f11
commit 81ed7f2
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,8 @@ MAINTAINER Nicholas Long [email protected] | |
|
||
# Set the version of OpenStudio when building the container. For example `docker build --build-arg | ||
ARG OPENSTUDIO_VERSION=3.8.0 | ||
ARG OPENSTUDIO_VERSION_EXT="-beta" | ||
ARG OPENSTUDIO_DOWNLOAD_URL=https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-3.8.0-beta%2B276859dd1e-Ubuntu-20.04-x86_64.deb | ||
|
||
ARG OPENSTUDIO_VERSION_EXT="-rc3" | ||
ARG OPENSTUDIO_DOWNLOAD_URL=https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-3.8.0-rc3%2Bd8eac889d0-Ubuntu-20.04-x86_64.deb | ||
ENV RC_RELEASE=TRUE | ||
ENV OS_BUNDLER_VERSION=2.4.10 | ||
ENV RUBY_VERSION=3.2.2 | ||
|
@@ -42,7 +41,6 @@ RUN apt-get update && apt-get install -y \ | |
|
||
RUN apt update && apt install -y libyaml-dev ruby-full | ||
# RUN apt-get install ca-certificates | ||
# RUN curl -k -SLO https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz \ | ||
RUN pwd | ||
RUN curl -SLO -k https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz \ | ||
&& tar -xvzf ruby-3.2.2.tar.gz \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
source 'http://rubygems.org' | ||
|
||
gem 'xml-simple' | ||
gem 'openstudio-standards', github: 'nrel/openstudio-standards', branch: 'ambient-loop' | ||
gem 'tilt', github: 'rtomayko/tilt', ref: 'abe77eaf1b5f8da0a7e46135f' | ||
gem 'json_pure', '~> 2.1' | ||
gem 'json_pure', '~> 2.1' |