summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 29f0144..f19e654 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,11 +43,13 @@ USER root
WORKDIR /
RUN git clone https://gitlab.com/jak89_1/docker-testing.git opt/
+
RUN rm -rf /opt/.git/
RUN mv opt/* /
+RUN rm -rf /opt/
RUN mkdir -p /build/
RUN mkdir -p /libs/dll/
-RUN chmod +x build.sh && ./build.sh
+RUN chmod +x mxe.sh && ./mxe.sh