Update applications/puppeteer/Dockerfile
All checks were successful
Build Container: Node Puppeteer / Build Container Image: container:node-puppeteer (node-puppeteer) (push) Successful in 5m2s
Build Container: Debian SteamCMD / Build Container Image: container:debian-steamcmd (debian-steamcmd) (push) Successful in 6m15s
All checks were successful
Build Container: Node Puppeteer / Build Container Image: container:node-puppeteer (node-puppeteer) (push) Successful in 5m2s
Build Container: Debian SteamCMD / Build Container Image: container:debian-steamcmd (debian-steamcmd) (push) Successful in 6m15s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM node:20.11.1
|
||||
|
||||
# Install the latest Chrome dev package and necessary fonts and libraries
|
||||
RUN apt-get update -y && apt-get install -y wget gnupg
|
||||
RUN apt-get update -y && apt-get install -y wget gnupg apt-transport-https
|
||||
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/googlechrome-linux-keyring.gpg
|
||||
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/googlechrome-linux-keyring.gpg] <https://dl-ssl.google.com/linux/chrome/deb/> stable main" > /etc/apt/sources.list.d/google.list
|
||||
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/googlechrome-linux-keyring.gpg] https://dl-ssl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install --no-install-recommends -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-khmeros fonts-kacst fonts-freefont-ttf libxss1 dbus dbus-x11
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user