add echoes to dockerfile.cicd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user