diff --git a/platforms/msdos/msc5.1/Dockerfile b/platforms/msdos/msc5.1/Dockerfile new file mode 100644 index 0000000..43a0aa4 --- /dev/null +++ b/platforms/msdos/msc5.1/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 AS base + +RUN mkdir -p /compilers/msdos/msc5.1 + +RUN wget -O msc-5.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/msc-5.1.tar.gz" +RUN tar xvzf msc-5.1.tar.gz -C /compilers/msdos/msc5.1 + +RUN chown -R root:root /compilers/msdos/msc5.1/ +RUN chmod +x /compilers/msdos/msc5.1/* + + +FROM scratch AS release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index e717b1d..93411bd 100644 --- a/values.yaml +++ b/values.yaml @@ -1001,6 +1001,10 @@ compilers: platform: msdos template: common/default file: https://github.com/decompme/compilers/releases/download/compilers/bcc3.1.tar.gz + - id: msc5.1 + platform: msdos + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/msc-5.1.tar.gz # Wii U - id: ghs5.3.22