diff --git a/crond/Dockerfile b/crond/Dockerfile
index 32ee3e61258dc0103e2ca90429195ebeab5f115f..2a5c2246ff7e968cb8d040ea7651780bd1515c08 100644
--- a/crond/Dockerfile
+++ b/crond/Dockerfile
@@ -1,6 +1,6 @@
 # hadolint ignore=DL3006
 FROM registry.shore.co.il/cron as supersonic
-# hadolint ignore=DL3018
-RUN apk add --no-cache --update docker-cli
 # hadolint ignore=DL3002
 USER root
+# hadolint ignore=DL3018
+RUN apk add --no-cache --update docker-cli