File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # NOTE: This file is generated automatically via template.py. Do not edit manually!
2+
3+
4+ FROM alpine:3.18 as base
5+
6+ RUN mkdir -p /compilers/win32/msvc4.1
7+
8+ RUN wget -O msvc4.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/msvc4.1.tar.gz"
9+ RUN tar xvzf msvc4.1.tar.gz -C /compilers/win32/msvc4.1
10+
11+ RUN chown -R root:root /compilers/win32/msvc4.1/
12+ RUN chmod +x /compilers/win32/msvc4.1/*
13+
14+
15+ FROM scratch as release
16+
17+ COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change @@ -922,6 +922,10 @@ compilers:
922922 file : https://github.com/itsmattkc/MSVC400/archive/821e942fd95bd16d01649401de7943ef87ae9f54.zip
923923 bin_dir : MSVC400-*/BIN
924924 include_dir : MSVC400-*/INCLUDE
925+ - id : msvc4.1
926+ platform : win32
927+ template : common/default
928+ file : https://github.com/decompme/compilers/releases/download/compilers/msvc4.1.tar.gz
925929 - id : msvc4.2
926930 platform : win32
927931 template : win32/msvc
You can’t perform that action at this time.
0 commit comments