add echoes to dockerfile.cicd
parent
a3f7753a71
commit
76ea44a124
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue