diff --git a/Dockerfile b/Dockerfile
index 935b92850d75cfc429c718c5321fc0bc52ba4501..8230fc38d5ef04084f772c68da4d042edbae6bdb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,5 @@
 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