1 Star 1 Fork 0

mirrors / zsh-autosuggestions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric Freese 提交于 2018-11-11 14:34 . Build docker image for running tests
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/minhanghuang/zsh-autosuggestions.git
git@gitee.com:minhanghuang/zsh-autosuggestions.git
minhanghuang
zsh-autosuggestions
zsh-autosuggestions
master

搜索帮助