dockerでatom

Dockerfile

でsshで入る

cd /usr/bin
ln -s nodejs node
git clone --depth 1 https://github.com/atom/atom
cd atom
./script/build
./script/grunt install

参考リンク
https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md