Skip to content

Commit

Permalink
Add plugin generator to the theia-dev image. (#12478)
Browse files Browse the repository at this point in the history
* Add plugin generator to the theia-dev image.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Address proposed changes.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr authored Jan 22, 2019
1 parent c8b7ac1 commit 8048664
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 @@ -47,7 +47,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 global add ${THEIA_GENERATOR_PACKAGE} && \
yarn global add yo @theia/generator-plugin@0.0.1-1540209403 ${THEIA_GENERATOR_PACKAGE} && \
# Generate .passwd.template \
cat /etc/passwd | \
sed s#root:x.*#theia-dev:x:\${USER_ID}:\${GROUP_ID}::${HOME}:/bin/bash#g \
Expand Down

0 comments on commit 8048664

Please sign in to comment.