xref: /aosp_15_r20/external/skia/infra/wasm-common/docker/perf-karma-chrome-tests/Dockerfile (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1# Docker container with Chrome, and karma/jasmine, to be used to run JS tests and
2# collect output for Skia Infra's Perf tool.
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/karma-chrome-tests:87.0.4280.88_v1
8
9COPY /tmp/perf-aggregator /opt/perf-aggregator