Further build improvements

This commit is contained in:
Ingvar Stepanyan
2021-08-06 21:49:59 +00:00
parent 2665a5bc41
commit 3e071027d2
3 changed files with 46 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
FROM emscripten/emsdk:2.0.26
RUN apt-get update && apt-get install -qqy autoconf autopoint libtool-bin pkg-config
RUN apt-get update && apt-get install -qqy autoconf autopoint pkg-config
WORKDIR /src
ENV EM_CACHE /src/deps/.emcache
CMD ["sh", "-c", "emmake make -j`nproc`"]