1 Star 0 Fork 10

Ayrz/lazykube

forked from TNK-Studio/lazykube 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitpod.Dockerfile 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elf 提交于 2020-11-27 22:00 +08:00 . Update .gitpod.Dockerfile
FROM gitpod/workspace-full
RUN brew install zsh
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
RUN sudo apt-add-repository https://cli.github.com/packages
RUN sudo apt update
RUN sudo apt install gh
RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
RUN npm install -g auto-changelog
RUN echo "zsh" >> ~/.bashrc
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ayrz2010/lazykube.git
[email protected]:ayrz2010/lazykube.git
ayrz2010
lazykube
lazykube
main

搜索帮助