xref: /aosp_15_r20/external/skia/infra/lottiecap/docker/gold-lottie-web-puppeteer/Dockerfile (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1# Docker container with Google Chrome and puppeteer; to be used to
2# collect output for Skia Infra's Gold tool (correctness checking).
3#
4# Tests will be run as non-root (user skia, in fact), so /OUT should have permissions
5# 777 so as to be able to create output there.
6
7FROM gcr.io/skia-public/lottie-web-puppeteer:v2
8
9COPY /tmp/gold-aggregator /opt/gold-aggregator