From 280aa93bae503d557aa4905851769f57a216c6d4 Mon Sep 17 00:00:00 2001 From: Hector Date: Fri, 25 Oct 2019 11:32:14 -0700 Subject: [PATCH] Added missing utils to image, seems ready to kick the tires --- Dockerfile | 9 +++++++-- Makefile | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4bad75ae..fbbd1fe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,11 @@ FROM alpine as prezto-devel LABEL maintainer="h@hlo.mx" RUN apk --no-cache update && apk upgrade && \ - apk add make grep zsh git + apk add util-linux pciutils usbutils coreutils binutils\ + findutils grep man man-pages mdocml-apropos less less-doc \ + make grep zsh zsh-vcs zsh-zftp zsh-calendar zsh-doc git \ + vim git-zsh-completion tmux tmux-zsh-completion \ + docker-zsh-completion RUN addgroup prezto && adduser -D prezto -G prezto -S /bin/zsh WORKDIR /home/prezto USER prezto @@ -11,7 +15,8 @@ RUN cp src/Makefile . RUN make .clone RUN make src .homercs # ENTRYPOINT ["/bin/zsh", "-"] -CMD ["/bin/zsh","-l","-o","verbose","-o","xtrace","-o","sourcetrace"] +# CMD ["/bin/zsh","-l","-o","verbose","-o","xtrace","-o","sourcetrace"] +CMD ["/bin/zsh","-l"] diff --git a/Makefile b/Makefile index 1ecee282..b77f3a10 100755 --- a/Makefile +++ b/Makefile @@ -72,6 +72,7 @@ image: .container/image ; ln -s .zprezto/runcoms/zshenv /home/prezto/.zshenv ln -s .zprezto/runcoms/zprofile /home/prezto/.zprofile ln -s .zprezto/runcoms/zshrc /home/prezto/.zshrc + ln -s .zprezto/runcoms/zpreztorc /home/prezto/.zpreztorc ln -s .zprezto/runcoms/zlogin /home/prezto/.zlogin ln -s .zprezto/runcoms/zlogout /home/prezto/.zlogout touch $@