Files @ r25824:08d7cb74dd5d
Branch filter:

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

Patric Stout
Add: inform clients what game-script a server is running (#9441)

Co-authored-by: The Dude <thedude@novapolis.net>
1
2
3
4
FROM emscripten/emsdk:2.0.10

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