We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ea31c0 + 9c2d44c commit 4465275Copy full SHA for 4465275
1 file changed
Dockerfile
@@ -29,6 +29,7 @@ RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
29
cf install-plugin blue-green-deploy -f -r CF-Community && \
30
cf install-plugin ${MTA_PLUGIN_URL} -f && \
31
cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
32
+ cf install-plugin -r CF-Community "html5-plugin" -f && \
33
cf plugins
34
35
# allow anybody to read/write/exec at HOME
0 commit comments