We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bb651 commit 60b134dCopy full SHA for 60b134d
1 file changed
Dockerfile
@@ -25,4 +25,5 @@ ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugi
25
RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
26
cf install-plugin blue-green-deploy -f -r CF-Community && \
27
cf install-plugin ${MTA_PLUGIN_URL} -f && \
28
+ cf install-plugin Create-Service-Push -f -r CF-Community && \
29
cf plugins
0 commit comments