diff --git a/Dockerfile b/Dockerfile index a2af797..f65d83f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -126,7 +126,7 @@ RUN helper-curl bin ytt \ FROM alpine AS shpod ENV COMPLETIONS=/usr/share/bash-completion/completions -RUN apk add --no-cache apache2-utils bash bash-completion curl docker-cli file gettext git iputils jq libintl ncurses openssh openssl sudo tmux tree vim yq +RUN apk add --no-cache apache2-utils bash bash-completion curl docker-cli file gettext git iputils jq libintl ncurses openssh openssl screen sudo tmux tree vim yq COPY --from=compose /usr/local/bin/docker-compose /usr/local/bin COPY --from=crane /usr/local/bin/crane /usr/local/bin @@ -194,6 +194,7 @@ RUN \ ; fi COPY --chown=1000:1000 bash_profile /home/k8s/.bash_profile COPY --chown=1000:1000 vimrc /home/k8s/.vimrc +COPY --chown=1000:1000 tmux.conf /home/k8s/.tmux.conf COPY motd /etc/motd COPY setup-tailhist.sh /usr/local/bin diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..2738c10 --- /dev/null +++ b/tmux.conf @@ -0,0 +1 @@ +set -g status-style bg=red