mirror of
https://github.com/encounter/compilers.git
synced 2026-03-30 11:04:07 -07:00
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_233_144
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_233_159
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_233_163
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_233_163e
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_233_163n
|
||||
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
# NOTE: This file is generated automatically via template.py. Do not edit manually!
|
||||
|
||||
|
||||
FROM alpine:3.18 as base
|
||||
|
||||
# download zip first to allow for Docker caching
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_242_53
|
||||
|
||||
RUN cp -r GC/1.3/* /compilers/gc_wii/mwcc_242_53
|
||||
|
||||
RUN chmod +x /compilers/gc_wii/mwcc_242_53/mwcceppc.exe
|
||||
RUN touch /compilers/gc_wii/mwcc_242_53/license.dat
|
||||
RUN if [[ -f /compilers/gc_wii/mwcc_242_53/lmgr326b.dll ]]; then \
|
||||
mv /compilers/gc_wii/mwcc_242_53/lmgr326b.dll /compilers/gc_wii/mwcc_242_53/LMGR326B.dll; \
|
||||
fi
|
||||
RUN if [[ -f /compilers/gc_wii/mwcc_242_53/lmgr8c.dll ]]; then \
|
||||
mv /compilers/gc_wii/mwcc_242_53/lmgr8c.dll /compilers/gc_wii/mwcc_242_53/LMGR8C.dll; \
|
||||
fi
|
||||
|
||||
RUN chown -R root:root /compilers/gc_wii/mwcc_242_53/
|
||||
|
||||
|
||||
FROM scratch as release
|
||||
|
||||
COPY --from=base /compilers /compilers
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_242_81
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_242_81r
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_247_105
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_247_107
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_247_108
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_247_92
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_247_92p1
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_41_51213
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_41_60126
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_41_60209
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_41_60831
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_42_127
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_42_140
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ FROM alpine:3.18 as base
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN wget -O compilers_20240702.zip "https://files.decomp.dev/compilers_20240702.zip"
|
||||
RUN unzip compilers_20240702.zip
|
||||
RUN wget -O compilers_20240706.zip "https://files.decomp.dev/compilers_20240706.zip"
|
||||
RUN unzip compilers_20240706.zip
|
||||
|
||||
RUN mkdir -p /compilers/gc_wii/mwcc_42_142
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user