Added missing utils to image, seems ready to kick the tires
This commit is contained in:
parent
7c15c748f5
commit
280aa93bae
2 changed files with 8 additions and 2 deletions
|
@ -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"]
|
||||
|
||||
|
||||
|
||||
|
|
1
Makefile
1
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 $@
|
||||
|
|
Loading…
Reference in a new issue