mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-21 01:59:44 +00:00
10 lines
334 B
Docker
10 lines
334 B
Docker
# If you change this version, change the numbers in .github/workflows/ci-emscripten.yml (2x)
|
|
# and .github/workflows/preview-build.yml (2x) too.
|
|
FROM emscripten/emsdk:6.0.1
|
|
|
|
RUN apt-get update \
|
|
&& apt-get clean \
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
COPY ports/liblzma.py /emsdk/upstream/emscripten/tools/ports/contrib/liblzma.py
|