Files @ r26356:542a9f629f92
Branch filter:

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

Patric Stout
Update: to all the friends we have lost and those we have gained (#10000)
1
2
3
4
FROM emscripten/emsdk:2.0.34

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