Files @ r27795:9239e636712e
Branch filter:

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

Tyler Trahan
Codechange: Use correct type for max timetable start years constant (#11197)
1
2
3
4
5
6
7
FROM emscripten/emsdk:3.1.42

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

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