Skip to content

Commit 9c2d44c

Browse files
committed
Adding html5 plugin
1 parent 1ea31c0 commit 9c2d44c

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
@@ -29,6 +29,7 @@ RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
2929
cf install-plugin blue-green-deploy -f -r CF-Community && \
3030
cf install-plugin ${MTA_PLUGIN_URL} -f && \
3131
cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
32+
cf install-plugin -r CF-Community "html5-plugin" -f && \
3233
cf plugins
3334

3435
# allow anybody to read/write/exec at HOME

0 commit comments

Comments
 (0)