Skip to content

Commit

Permalink
put missing \
Browse files Browse the repository at this point in the history
missing newline piece
  • Loading branch information
moleske authored Jul 19, 2022
1 parent e3406c1 commit fc1a297
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 fc1a297

Please sign in to comment.