diff --git a/Dockerfile b/Dockerfile
index 798ea3275c6515dbf3654d03237fc2b79bb0b97b..a2a57534b08dd11da5255c342d5c47bddc7e3e35 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,6 @@ FROM pipelinecomponents/ansible-lint:latest
 ENV LANG C.UTF-8
 
 #ARG DEPENDENCIES_RUNTIME="git openssh-client rsync"
-RUN apk add --no-cache "$DEPENDENCIES_RUNTIME"
+RUN apk add --no-cache $DEPENDENCIES_RUNTIME
 
 WORKDIR /opt/ansible