mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add workaround for installing Noto Emoji for gitlab-puppeteer
This commit is contained in:
parent
13fb60dfef
commit
962db60538
2 changed files with 47 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue