1 Star 1 Fork 35

无言的炫假面 / theia

forked from Gitee 极速下载 / theia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitpod.dockerfile 750 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Akos Kitta 提交于 2020-06-04 16:33 . GH-7349: Support for Node.js 12.x
FROM gitpod/workspace-full-vnc:latest
# Docker build does not rebuild an image when a base image is changed, increase this counter to trigger it.
ENV TRIGGER_REBUILD 3
# Install custom tools, runtime, etc.
RUN sudo apt-get update \
# window manager
&& sudo apt-get install -y jwm \
# electron
&& sudo apt-get install -y libgtk-3-0 libnss3 libasound2 libgbm1 \
# native-keymap
&& sudo apt-get install -y libx11-dev libxkbfile-dev \
&& sudo rm -rf /var/lib/apt/lists/*
ENV NODE_VERSION="12.14.1"
RUN bash -c ". .nvm/nvm.sh \
&& nvm install $NODE_VERSION \
&& nvm use $NODE_VERSION \
&& nvm alias default $NODE_VERSION \
&& npm install -g yarn"
ENV PATH=$HOME/.nvm/versions/node/v${NODE_VERSION}/bin:$PATH
TypeScript
1
https://gitee.com/dengbo/theia.git
git@gitee.com:dengbo/theia.git
dengbo
theia
theia
master

搜索帮助

14c37bed 8189591 565d56ea 8189591