Remove puppeteer base image

We only use it in GitLab UI where we build an extra image based on this
image. With https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2955
we build the image completely in GitLab UI and therefore can safely it
in this project.
This commit is contained in:
Lukas Eipert 2022-08-01 14:54:39 +02:00
parent eb016e0fd1
commit 07d832674e
2 changed files with 0 additions and 19 deletions

View file

@ -27,9 +27,6 @@ gitlab-charts-build-base-helm-3.7:
gitlab-helm3.5-kubectl1.17:
extends: .build_and_deploy
gitlab-puppeteer:
extends: .build_and_deploy
gitlab-vscode-nodeless:
extends: .build_and_deploy

View file

@ -1,16 +0,0 @@
FROM node:16
ADD /scripts/ /scripts/
# Workaround for https://github.com/GoogleChrome/puppeteer/issues/290
RUN apt-get update \
&& apt-get install -yq gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 \
libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 \
libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 \
libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 \
ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/*
RUN /scripts/install-noto-emoji