diff --git a/Dockerfile b/Dockerfile index 6268b3b..35c1ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,9 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* && \ echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && \ /usr/sbin/locale-gen && \ - /usr/sbin/update-locale 'LANG=en_US.UTF-8' + /usr/sbin/update-locale 'LANG=en_US.UTF-8' && \ + echo "set mouse=\"\"" > /root/.vimrc && \ + echo "eval \"\$(direnv hook bash)\"" >> /root/.bashrc ADD start.sh / WORKDIR /root