Add required gtk+3.0 dependency for Docker

See: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13029
This commit is contained in:
Andrew Ferrazzutti 2022-05-03 22:56:06 -04:00
parent 47a29005ff
commit 8d4bb3d777
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM node:16-alpine3.14
ARG TARGETARCH=amd64
RUN apk add --no-cache chromium xvfb-run xdotool
RUN apk add --no-cache chromium xvfb-run xdotool gtk+3.0
WORKDIR /opt/matrix-puppeteer-line/puppet