summaryrefslogtreecommitdiff
path: root/home-config/zsh/zsh-autosuggestions/Dockerfile
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-10-01 11:55:23 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-10-01 11:55:23 -0400
commit6b5acbc8c00045a7926c2f295fb03ae4b0459305 (patch)
treec2df0f30d8eade2a2211b53c5a62a0bc71496045 /home-config/zsh/zsh-autosuggestions/Dockerfile
parentpackage lavanda gtk theme (diff)
downloaddotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.gz
dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.bz2
dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.zip
package zsh-autosuggestions
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/Dockerfile')
-rw-r--r--home-config/zsh/zsh-autosuggestions/Dockerfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/Dockerfile b/home-config/zsh/zsh-autosuggestions/Dockerfile
deleted file mode 100644
index 0d51407..0000000
--- a/home-config/zsh/zsh-autosuggestions/Dockerfile
+++ /dev/null
@@ -1,20 +0,0 @@
-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