Skip to content

Commit

Permalink
Merge pull request #33 from cloudfoundry/moleske-patch-1
Browse files Browse the repository at this point in the history
put missing \
  • Loading branch information
sethboyles authored Jul 19, 2022
2 parents e3406c1 + fc1a297 commit a32d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capi-ruby-units/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN set -ex \
RUN set -ex \
&& wget https://raw.githubusercontent.com/cloudfoundry/cloud_controller_ng/main/Gemfile.lock \
&& wget https://raw.githubusercontent.com/cloudfoundry/cloud_controller_ng/main/Gemfile \
&& bundle config set --local without 'development'
&& bundle config set --local without 'development' \
&& bundle install \
&& rm Gemfile \
&& rm Gemfile.lock \
Expand Down

0 comments on commit a32d067

Please sign in to comment.