From 2b1ed84a2a44975332313c28a70cb463813df698 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 11 Aug 2025 15:41:22 -0400 Subject: [PATCH] asd --- docker/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 28bcd55c..e61667f4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -51,13 +51,13 @@ RUN apt-get update \ RUN mkdir git && cd git \ && git clone https://github.com/stsp/nasm-segelf.git \ && git clone https://github.com/stsp/thunk_gen.git \ - && git git clone https://github.com/alexfru/SmallerC.git \ + && git clone https://github.com/alexfru/SmallerC.git \ && git clone https://github.com/stsp/djstub.git \ - && git git clone https://github.com/stsp/dj64dev.git \ + && git clone https://github.com/stsp/dj64dev.git \ && git clone https://github.com/json-c/json-c.git \ && git clone https://github.com/munt/munt.git \ && git clone https://github.com/dosemu2/fdpp.git \ - && git https://github.com/dosemu2/install-freedos.git \ + && git clone https://github.com/dosemu2/install-freedos.git \ && git clone https://github.com/dosemu2/comcom64.git \ && git clone https://github.com/dosemu2/dosemu2.git