Files
web-dslr/Dockerfile
Ingvar Stepanyan b3d1e668b2 Update Dockerfile
2021-08-16 19:08:41 +01:00

6 lines
189 B
Docker

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
CMD ["sh", "-c", "emmake make -j`nproc`"]