035cd91cfb
(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>
6 lines
94 B
Docker
6 lines
94 B
Docker
FROM emscripten/emsdk:2.0.10
|
|
|
|
RUN apt update && apt install -y python
|
|
|
|
RUN mkdir -p /OUT /SRC
|