Lines Matching refs:RUN
4 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
8 RUN cd /tmp \
14 RUN mkdir -p /tmp/skia \
20 RUN cd /tmp/skia/skia \
26 RUN if [ -z "${HASH}" ] ; then echo "HASH must be specified as a --build-arg"; exit 1; fi
28 RUN cd /tmp/skia/skia \
34 RUN if [ ! -z "${PATCH_REF}" ] ; then cd /tmp/skia/skia \
39 RUN cd /tmp/skia/skia \
44 RUN /tmp/skia/skia/modules/pathkit/compile.sh
47 RUN /tmp/skia/skia/modules/canvaskit/compile.sh
50 RUN /tmp/skia/skia/experimental/wasm-skp-debugger/compile.sh
52 RUN cd /tmp/skia/skia && git rev-parse HEAD > /tmp/VERSION
64 RUN mkdir /tmp/pathkit /tmp/canvaskit