| ADD file:1089d431c90802f07af52ce1907568e923ee049e92ccef0909d98569904a29cd in / |
| CMD ["/bin/sh"] |
| LABEL com.github.containers.toolbox="true" name="alpine-toolbox" version="edge" usage="This image is meant to be used with the toolbox command" summary="Base image for creating Alpine Linux toolbox containers" maintainer="Jorge O. Castro <jorge.castro@gmail.com>" |
| COPY file:1e42f7e8a447440f356e6605d4a90124d7b72967daa4356d6658a3e1bc0cfb98 in / |
| /bin/sh -c apk update && apk upgrade && cat /extra-packages | xargs apk add |
| /bin/sh -c rm /extra-packages |
| /bin/sh -c echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/toolbox |
| /bin/sh -c cp -p /etc/os-release /usr/lib/os-release |
| /bin/sh -c rm -rf /media |
| RUN /bin/sh -c apk update && apk upgrade && apk add --no-cache neovim git lazygit zsh curl wget ripgrep fd fzf alpine-sdk build-base python3 py3-pip openssh # buildkit |
| ENV EDITOR=nvim VISUAL=nvim TERM=xterm-256color LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 SHELL=/bin/zsh |
| RUN /bin/sh -c sh -c "$(curl -fsLS get.chezmoi.io)" -- -b /usr/local/bin && mkdir -p ~/.local/share/chezmoi # buildkit |
| RUN /bin/sh -c chsh -s /bin/zsh # buildkit |
| RUN /bin/sh -c mkdir -p /workspace # buildkit |
| WORKDIR /workspace |