You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# A Docker image that augments the Emscripten SDK Docker image
|
|
# with anything needed to build Canvaskit
|
|
|
|
FROM gcr.io/skia-public/emsdk-base:2.0.10_v1
|
|
|
|
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
|
libfreetype6-dev
|