1 Star 0 Fork 0

cx537 / zsh-autosuggestions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
cx537 提交于 2022-03-05 16:10 . 2022.3.5 同步
FROM ruby:2.5.3-alpine
RUN apk add --no-cache autoconf
RUN apk add --no-cache libtool
RUN apk add --no-cache libcap-dev
RUN apk add --no-cache pcre-dev
RUN apk add --no-cache curl
RUN apk add --no-cache build-base
RUN apk add --no-cache ncurses-dev
RUN apk add --no-cache tmux
WORKDIR /zsh-autosuggestions
ADD ZSH_VERSIONS /zsh-autosuggestions/ZSH_VERSIONS
ADD install_test_zsh.sh /zsh-autosuggestions/install_test_zsh.sh
RUN ./install_test_zsh.sh
ADD Gemfile /zsh-autosuggestions/Gemfile
ADD Gemfile.lock /zsh-autosuggestions/Gemfile.lock
RUN bundle install
1
https://gitee.com/cx537/zsh-autosuggestions.git
git@gitee.com:cx537/zsh-autosuggestions.git
cx537
zsh-autosuggestions
zsh-autosuggestions
master

搜索帮助