Skip to content

Commit a11e7a0

Browse files
committed
Download submodules when cloning
1 parent 8896c3d commit a11e7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ENV PATH="/root/.ghcup/bin:$PATH"
3838
ENV PATH="/root/.cabal/bin:$PATH"
3939

4040
WORKDIR /tmp
41-
RUN git clone https://github.com/ambarltd/emulator.git
41+
RUN git clone --recurse-submodules https://github.com/ambarltd/emulator.git
4242
RUN mv /tmp/emulator /opt/emulator
4343

4444
WORKDIR /opt/emulator

0 commit comments

Comments
 (0)