diff --git a/docker/Dockerfile b/docker/Dockerfile index 4e4667ef73..60589f1395 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -50,6 +50,12 @@ RUN echo "## Aggressive optimization: Remove debug symbols" \ && find ${EMSDK}/upstream/bin -type f -exec strip -s {} + || true \ && echo "## Done" +RUN echo "## Installing tsc" \ + && cd ${EMSDK} && . ./emsdk_env.sh \ + && cd ${EMSDK}/upstream/emscripten \ + && npm install tsc \ + && echo "## Done" + # ------------------------------------------------------------------------------ # -------------------------------- STAGE DEPLOY -------------------------------- # ------------------------------------------------------------------------------