util-docker: Add vim to 24.04-all-deps Ubuntu Docker

Change-Id: I898a0fddcdcf8a876fcbbe11795e858395ad9740
This commit is contained in:
Bobby R. Bruce
2024-06-27 00:52:49 -07:00
parent 3875dcdfd7
commit b68c2ef37f

View File

@@ -52,7 +52,8 @@ RUN apt -y update && apt -y upgrade && apt -y install \
pkg-config \
wget \
cmake \
doxygen
doxygen \
vim
# pre-commit, as installed via apt in 24.04, attempts to create a cache
# directory at "${HOME}/.cache/pre-commit". If running docker with non-root,