mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
10 lines
165 B
Text
10 lines
165 B
Text
|
FROM emscripten/emsdk:3.1.67
|
||
|
|
||
|
RUN apt-get update && apt-get install -y \
|
||
|
autoconf \
|
||
|
automake \
|
||
|
autopoint \
|
||
|
build-essential \
|
||
|
libtool \
|
||
|
cmake
|