skia2/infra/wasm-common/docker/emsdk-base/Dockerfile
Kevin Lubick 035cd91cfb [canvaskit] Update to emsdk 2.0.10
(also update pathkit).

Bug: skia:11077
Change-Id: I7d06e05ed8f445313bedee055af5ded79c7b40b0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/343505
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-12-14 15:27:28 +00:00

6 lines
94 B
Docker

FROM emscripten/emsdk:2.0.10
RUN apt update && apt install -y python
RUN mkdir -p /OUT /SRC