must be root user to install deps

main
bel 2023-10-15 08:20:57 -06:00
parent f62ab35fa8
commit d7c2207eca
1 changed files with 3 additions and 0 deletions

View File

@ -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