Bel LaPointe 2023-10-19 09:09:45 -06:00
parent df81c6b315
commit 12d21ba0f4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM andreysenov/firebase-tools:latest
USER root
RUN echo installing dependencies...
RUN apt update && apt -y install git woff2 bash wget && (wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | tee -a /etc/apt/sources.list.d/google.list && (apt update; apt --fix-broken install; apt -y install google-chrome-stable))
RUN apt update && apt -y install git woff2 bash wget gnupg2 && (wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | tee -a /etc/apt/sources.list.d/google.list && (apt update; apt --fix-broken install; apt -y install google-chrome-stable))
RUN echo copying vale...
COPY --from=vale /bin/vale /bin/vale