install chrome headless and generate BreeLaPointeResume.pdf from homebrew live

This commit is contained in:
Bel LaPointe
2023-10-19 08:55:19 -06:00
parent 52b7176c69
commit 3062630e1d
2 changed files with 16 additions and 2 deletions

View File

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