Add required gtk+3.0 dependency for Docker
See: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13029
This commit is contained in:
parent
47a29005ff
commit
8d4bb3d777
|
@ -2,7 +2,7 @@ FROM node:16-alpine3.14
|
||||||
|
|
||||||
ARG TARGETARCH=amd64
|
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
|
WORKDIR /opt/matrix-puppeteer-line/puppet
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue