Skip to content

Commit

Permalink
update default installer, fix a broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed May 16, 2024
1 parent f7f6f11 commit 81ed7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
3 changes: 1 addition & 2 deletions test/Gemfile-git
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'

0 comments on commit 81ed7f2

Please sign in to comment.