From 9f78e65ecdd2a67f129949207d8bca12184954df Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Thu, 11 Mar 2021 01:51:05 +0700 Subject: [PATCH] Remove dotfiles in tools container --- tools/Dockerfile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index e4ab8fc9..1e1b339e 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -4,9 +4,8 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit RUN apk add \ curl \ - docker \ + docker-cli \ helm \ - git \ kubectl \ make \ neovim \ @@ -15,10 +14,4 @@ RUN apk add \ tree \ zsh -RUN git clone --depth 1 https://github.com/zdharma/zinit.git /root/.zsh/zinit \ - && curl https://raw.githubusercontent.com/khuedoan/dotfiles/master/.zshrc > /root/.zshrc \ - && curl https://raw.githubusercontent.com/khuedoan/dotfiles/master/.p10k.zsh > /root/.p10k.zsh \ - && curl https://raw.githubusercontent.com/khuedoan/dotfiles/master/.aliases > /root/.aliases \ - && zsh -i -c 'exit' - -WORKDIR /root +WORKDIR /root/src