diff --git a/Dockerfile.cicd b/Dockerfile.cicd index bd7f56e..d7a5408 100644 --- a/Dockerfile.cicd +++ b/Dockerfile.cicd @@ -2,6 +2,8 @@ FROM jdkato/vale:latest as vale FROM andreysenov/firebase-tools:latest +USER root + RUN echo installing dependencies... RUN apt -y install git woff2 bash @@ -9,3 +11,4 @@ RUN echo copying vale... COPY --from=vale /bin/vale /bin/vale RUN echo OK +