Skip to content

Commit

Permalink
Use FINAL PACKAGE to use released gems
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed May 3, 2024
1 parent f7f6f11 commit 96aa0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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

ENV RC_RELEASE=TRUE
ENV FINAL_PACKAGE=TRUE
ENV OS_BUNDLER_VERSION=2.4.10
ENV RUBY_VERSION=3.2.2
ENV BUNDLE_WITHOUT=native_ext
Expand Down

0 comments on commit 96aa0a8

Please sign in to comment.