diff --git a/platforms/msdos/wcc10.0a/Dockerfile b/platforms/msdos/wcc10.0a/Dockerfile new file mode 100644 index 0000000..91dbed3 --- /dev/null +++ b/platforms/msdos/wcc10.0a/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/wcc10.0a + +RUN wget -O wcc10.0a.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/wcc10.0a.tar.gz" +RUN tar xvzf wcc10.0a.tar.gz -C /compilers/msdos/wcc10.0a + +RUN chown -R root:root /compilers/msdos/wcc10.0a/ +RUN chmod +x /compilers/msdos/wcc10.0a/* + + +FROM scratch AS release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index e7fb394..783b13c 100644 --- a/values.yaml +++ b/values.yaml @@ -986,6 +986,10 @@ compilers: package_dir: ProDG/3.9.3 # DOS + - id: wcc10.0a + platform: msdos + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/wcc10.0a.tar.gz - id: wcc10.5 platform: msdos template: common/default