improvment(base): Include vim.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-08-25 19:11:28 +12:00
parent c5162f80ba
commit 5a62d7a9c5
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -13,7 +13,7 @@ RUN apt-get -q -y update && \
libreadline-dev libsctp-dev libsqlite3-dev libssl-dev libtool libwebp-dev \
libxml2-dev libxslt-dev libyaml-dev locales make make mercurial patch python3 \
unixodbc-dev unzip wget xz-utils zlib1g-dev zsh gnupg inotify-tools less \
postgresql-client ssh direnv && apt-get -q -y clean
postgresql-client ssh direnv vim && apt-get -q -y clean
ARG LOCALE=en_NZ
RUN locale-gen $LOCALE.UTF-8