Files
web-dslr/Dockerfile
Ingvar Stepanyan 2665a5bc41 Add build with Docker, make and submodules
Starting to pull out hacks and custom instructions into a reproducible build.
2021-08-06 20:49:19 +00:00

6 lines
201 B
Docker

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