Files @ r26039:cd04ecb0e841
Branch filter:

Location: cpp/openttd-patchpack/source/os/emscripten/Dockerfile

frosch
Codechange: rename 'info_view' to 'rotor_in_gui', because it is only used by helicopters.
1
2
3
4
FROM emscripten/emsdk:2.0.31

COPY emsdk-liblzma.patch /
RUN cd /emsdk/upstream/emscripten && patch -p1 < /emsdk-liblzma.patch