Add workaround for installing Noto Emoji for gitlab-puppeteer

This commit is contained in:
Clement Ho 2018-11-08 21:54:07 +00:00 committed by Stan Hu
parent 13fb60dfef
commit 962db60538
2 changed files with 47 additions and 1 deletions

View file

@ -1,4 +1,6 @@
FROM node:10-jessie
FROM node:10-stretch
ADD /scripts/ /scripts/
# Workaround for https://github.com/GoogleChrome/puppeteer/issues/290
RUN apt-get update \
@ -10,3 +12,5 @@ RUN apt-get update \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/*
RUN /scripts/install-noto-emoji