Theia: Dockerfile in examples/browser fails to build.

Created on 31 Oct 2019  路  5Comments  路  Source: eclipse-theia/theia

Running

docker build -t x-theia .

results in

E: Unable to locate package npm
The command '/bin/sh -c apt-get update && apt-get install -y npm && npm install -g [email protected]' returned a non-zero code: 100
bug docker help wanted

Most helpful comment

+1 to remove.

We already have a link to an equivalent from theia-apps in the README

All 5 comments

@kamilkloch thanks for pointing out the issue, it looks like the Dockerfile may have been neglected in the main repository. You can however find many examples of Theia docker images at the following repo: https://github.com/theia-ide/theia-apps.

@vince-fugnitto Thanks from pointing me to the Theia example images!

@kamilkloch glad to help!

@marcdumais-work @svenefftinge should the Dockerfile present under the example-browser be removed (as it does not seem to be maintained) or should it be updated? I also understand that users must now log into play-with-docker to try it out.

+1 to remove.

We already have a link to an equivalent from theia-apps in the README

Was this page helpful?
0 / 5 - 0 ratings