diff --git a/Dockerfile b/Dockerfile
index 935b92850d75cfc429c718c5321fc0bc52ba4501..ab7201312312f6dbfbea0055495056c6435d59b0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,7 @@
 FROM pipelinecomponents/ansible-lint:latest
 
 ENV LANG C.UTF-8
-RUN apk add --no-cache git git-lfs openssh-client rsync
 
 WORKDIR /opt/ansible
+
+RUN apk add --no-cache git git-lfs openssh-client rsync