From 76ea44a124036d7e4569d4cded7fbee32b03d31c Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 15 Oct 2023 08:09:30 -0600 Subject: [PATCH] add echoes to dockerfile.cicd --- Dockerfile.cicd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile.cicd b/Dockerfile.cicd index e1418aa..8fd1a40 100644 --- a/Dockerfile.cicd +++ b/Dockerfile.cicd @@ -3,5 +3,10 @@ FROM jdkato/vale:latest as vale FROM andreysenov/firebase-tools:latest +RUN echo installing dependencies... RUN apt -y install git woff2 bash + +RUN echo copying vale... COPY --from=vale /bin/vale /bin/vale + +RUN echo OK