Commit ce556e1e authored by nanahira's avatar nanahira

skip ppt chrome download

parent 9fe6e975
FROM node:lts-bullseye-slim as base
LABEL Author="Nanahira <nanahira@momobako.com>"
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
RUN apt update && apt -y install curl ca-certificates gnupg2 && \
curl -sSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment