diff --git a/Dockerfile b/Dockerfile
index f54c3de..fbda858 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,14 +1,7 @@
FROM debian:latest
RUN apt-get update
RUN apt-get install pkg-config gcc libtool-bin make ruby time libffi-dev libbsd-dev libevent-dev
-RUN git clone https://git.kmx.io/kc3-lang/kc3.git
-RUN cd kc3
-RUN git submodule init
-RUN git submodule update
-RUN cd fonts
-RUN git submodule init
-RUN git submodule update
-RUN cd ..
+RUN git clone https://git.kmx.io/kc3-lang/kc3.git && cd kc3 && git submodule init && git submodule update && cd fonts && git submodule init && git submodule update && cd ..
RUN ./configure
RUN make
RUN . ./env