add echoes to dockerfile.cicd

main
bel 2023-10-15 08:09:30 -06:00
parent a3f7753a71
commit 76ea44a124
1 changed files with 5 additions and 0 deletions

View File

@ -3,5 +3,10 @@ FROM jdkato/vale:latest as vale
FROM andreysenov/firebase-tools:latest FROM andreysenov/firebase-tools:latest
RUN echo installing dependencies...
RUN apt -y install git woff2 bash RUN apt -y install git woff2 bash
RUN echo copying vale...
COPY --from=vale /bin/vale /bin/vale COPY --from=vale /bin/vale /bin/vale
RUN echo OK