cant execute this command
RUN curl --retry 7 -Lso /tmp/consul-template.zip
"https://releases.hashicorp.com/consul-template/${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip"
&& echo "${CONSUL_TEMPLATE_SHA1} /tmp/consul-template.zip" | sha256sum -c
&& unzip /tmp/consul-template.zip -d /usr/local/bin
&& rm /tmp/consul-template.zip