We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8896c3d commit a11e7a0Copy full SHA for a11e7a0
build/Dockerfile
@@ -38,7 +38,7 @@ ENV PATH="/root/.ghcup/bin:$PATH"
38
ENV PATH="/root/.cabal/bin:$PATH"
39
40
WORKDIR /tmp
41
-RUN git clone https://github.com/ambarltd/emulator.git
+RUN git clone --recurse-submodules https://github.com/ambarltd/emulator.git
42
RUN mv /tmp/emulator /opt/emulator
43
44
WORKDIR /opt/emulator
0 commit comments