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