FROM debian:bullseye-slim RUN apt-get update \ && apt-get install -y --no-install-recommends git neovim tmux stow python3-pip \ && apt-get clean WORKDIR /root RUN git clone https://github.com/amdavidson/dotfiles.git /root/.dotfiles \ && rm /root/.bash* \ && cd /root/.dotfiles \ && stow -t /root bash git tmux CMD ["/usr/bin/zsh"]