Skip to content

Commit

Permalink
Set env vars for gems
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Oct 19, 2023
1 parent 866437d commit 0e7e25a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.azure
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ ARG BASE_RUBY_IMAGE_WITH_GEMS_AND_NODE_MODULES=help-for-early-years-providers-ge
FROM ${BASE_RUBY_IMAGE} AS builder

# Set bundler version
ENV BUNDLER_VERSION=2.2.26
ENV BUNDLER_VERSION=2.2.16 \
BUNDLE_PATH=/usr/local/bundle \
BUNDLE_BIN=/usr/local/bundle/bin \
GEM_HOME=/usr/local/bundle


# Dependencies for the build
# git: version manager
Expand Down

0 comments on commit 0e7e25a

Please sign in to comment.