must be root user to install deps

This commit is contained in:
bel
2023-10-15 08:20:57 -06:00
parent f62ab35fa8
commit d7c2207eca

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