diff --git a/Dockerfile b/Dockerfile
index ab28956ab8604e3d086b2bdf7116f79688a32e13..c3f29cf7e5fb3f06b8fec6e771d0b680da09f5c6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM alpine:${ALPINE_VERSION}
 ARG ANSIBLE_VERSION=2
 RUN apk add --update --no-cache \
     # Install latest version of these dependencies \
-    bash openssh python3 sshpass rsync \
+    bash openssh python3 rsync sshpass vim \
     # Install specific version of ansible-core and latest compatible ansible \
     ansible ansible-core~=${ANSIBLE_VERSION}