feat: configure .vimrc, configure direnv in .bashrc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5ff94a411c
commit
e63eca9978
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user