You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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/ps2/ee-gcc2.9-991111-01-dtls13010
7
+
8
+
RUN wget -O ee-gcc2.9-991111-01-dtls13010.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111-01-dtls13010.tar.gz"
9
+
RUN tar xvzf ee-gcc2.9-991111-01-dtls13010.tar.gz -C /compilers/ps2/ee-gcc2.9-991111-01-dtls13010
10
+
11
+
RUN chown -R root:root /compilers/ps2/ee-gcc2.9-991111-01-dtls13010/
12
+
RUN chmod +x /compilers/ps2/ee-gcc2.9-991111-01-dtls13010/*
0 commit comments