Fixed line error when build

This commit is contained in:
Sambo Chea 2021-03-26 11:06:40 +07:00
parent eee5771a6f
commit 1a46bd8129

View File

@ -59,6 +59,6 @@ ARG MS_TOKEN
RUN wget https://get.aquasec.com/microscanner -O /home/cubetiq/microscanner \
&& echo "8e01415d364a4173c9917832c2e64485d93ac712a18611ed5099b75b6f44e3a5 /home/cubetiq/microscanner" | sha256sum -c - \
&& chmod +x /home/cubetiq/microscanner \
&& /home/cubetiq/microscanner $MS_TOKEN
&& /home/cubetiq/microscanner $MS_TOKEN \
&& rm -r /home/cubetiq/microscanner
DOCKERFILE