diff --git a/Dockerfile b/Dockerfile
index c85a44f4216012c632d384f36a6efe50e8c39a37..a36fb93c32bf73e390e20ae8a45efab1d994577a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,6 +35,6 @@ RUN apk --no-cache add \
         sshpass \
         openssh-client \
         rsync \
-        git \
+        git
 COPY --from=builder /opt/ansible /opt/ansible
 CMD [ "ansible", "--version" ]