From 1a46bd8129e9e96196f8ca87d948b6925bb96f4b Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 11:06:40 +0700 Subject: [PATCH] Fixed line error when build --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index 456814c..a232270 100755 --- a/src/build.sh +++ b/src/build.sh @@ -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 \ No newline at end of file