0

How do you run as root in the web terminal of Theia?

Just want to update golang - one other way is to update/copy the Dockerfile: https://github.com/theia-ide/theia-apps/blob/master/theia-go-docker/Dockerfile

But it would be nice to run as root in the terminal!

Chris G.
  • 23,930
  • 48
  • 177
  • 302

1 Answers1

0

Get rid of RUN adduser... and USER theia. BTW there is a better image now which support go vscode extension: https://github.com/theia-ide/theia-apps/pull/146 So you even can debug Go.

Anton Kosyakov
  • 365
  • 1
  • 7