diff --git a/util/dockerfiles/ubuntu-24.04_all-dependencies/Dockerfile b/util/dockerfiles/ubuntu-24.04_all-dependencies/Dockerfile index fc157261ab..c1b9c02b56 100644 --- a/util/dockerfiles/ubuntu-24.04_all-dependencies/Dockerfile +++ b/util/dockerfiles/ubuntu-24.04_all-dependencies/Dockerfile @@ -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,