mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-28 20:00:10 +02:00
9 lines
165 B
Docker
9 lines
165 B
Docker
FROM emscripten/emsdk:3.1.67
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
autoconf \
|
|
automake \
|
|
autopoint \
|
|
build-essential \
|
|
libtool \
|
|
cmake
|