Skip to content

Commit 60b134d

Browse files
authored
added create-service-push plugin to image (#11)
1 parent 93bb651 commit 60b134d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugi
2525
RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
2626
cf install-plugin blue-green-deploy -f -r CF-Community && \
2727
cf install-plugin ${MTA_PLUGIN_URL} -f && \
28+
cf install-plugin Create-Service-Push -f -r CF-Community && \
2829
cf plugins

0 commit comments

Comments
 (0)