Update Dockerfile

This commit is contained in:
Ingvar Stepanyan
2021-08-16 19:08:41 +01:00
committed by GitHub
parent 57ae59785b
commit b3d1e668b2

View File

@@ -1,6 +1,4 @@
FROM emscripten/emsdk:2.0.26
# Update to tot to include EM_ASYNC_JS; remove once 2.0.27 is out:
RUN emsdk install tot
FROM emscripten/emsdk:2.0.27
RUN apt-get update && apt-get install -qqy autoconf autopoint pkg-config
WORKDIR /src
ENV EM_CACHE /src/deps/.emcache