Few more (final?) fixes for Docker build

This commit is contained in:
Ingvar Stepanyan
2021-08-09 12:42:14 +00:00
parent 43f7e941b3
commit b0dcdb7775
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
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
RUN apt-get update && apt-get install -qqy autoconf autopoint pkg-config
WORKDIR /src
ENV EM_CACHE /src/deps/.emcache