From c1490b03e27269c0c78e3c65706e54de14c542e3 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Mon, 16 Mar 2020 15:41:59 -0400 Subject: [PATCH] Use the latest yeoman-plugin (#668) (part 2) Change-Id: I43fe01fbc2275b8d32219a54bbc36590af1711f6 Signed-off-by: nickboldt --- dockerfiles/theia/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/theia/Dockerfile b/dockerfiles/theia/Dockerfile index 5dbbfffbb..87dc8271b 100644 --- a/dockerfiles/theia/Dockerfile +++ b/dockerfiles/theia/Dockerfile @@ -95,7 +95,7 @@ RUN if [ -z $GITHUB_TOKEN ]; then unset GITHUB_TOKEN; fi && \ cd plugins && ./foreach_yarn # Add yeoman generator & vscode git plug-ins -COPY asset-untagged-c11870b25a17d20bb7a7-theia_yeoman_plugin.theia /home/theia-dev/theia-source-code/production/plugins/theia_yeoman_plugin.theia +COPY asset-untagged-theia_yeoman_plugin.theia /home/theia-dev/theia-source-code/production/plugins/theia_yeoman_plugin.theia # change permissions RUN find production -exec sh -c "chgrp 0 {}; chmod g+rwX {}" \; 2>log.txt