Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ RUN cd /tmp \
&& ruby-install --jobs=${NUM_CPUS} --cleanup --system ruby ${RUBY_VERSION} \
-- --disable-install-doc --disable-install-rdoc \
&& gem update --system \
&& bundle config --global path "${GEM_HOME}" \
&& bundle config --global bin "${GEM_HOME}/bin"
&& bundle config set --global path "${GEM_HOME}" \
&& bundle config set --global bin "${GEM_HOME}/bin"


RUN bosh_cli_path="/usr/bin/bosh" \
Expand Down
Loading