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