Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add VS Code extension packager (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-guliy authored Dec 6, 2019
1 parent 069676f commit fde139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/theia-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EXPOSE 3000 3030
RUN npm config set prefix "${HOME}/.npm-global" && \
echo "--global-folder \"${HOME}/.yarn-global\"" > ${HOME}/.yarnrc && \
# add eclipse che theia generator
yarn ${YARN_FLAGS} global add yo generator-code @theia/[email protected] file:${HOME}/eclipse-che-theia-generator.tgz && \
yarn ${YARN_FLAGS} global add yo generator-code vsce @theia/[email protected] file:${HOME}/eclipse-che-theia-generator.tgz && \
rm -rf ${HOME}/eclipse-che-theia-generator.tgz && \
# Generate .passwd.template \
cat /etc/passwd | \
Expand Down

0 comments on commit fde139e

Please sign in to comment.