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