Skip to content

Commit

Permalink
Merge pull request #18 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
Dockerfile: use git submodule option
  • Loading branch information
RobertDaleSmith authored Jan 15, 2024
2 parents a445d99 + c0ff5fb commit 35ca3f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ RUN git checkout 4b3b401ce

WORKDIR /root/workspace/USBRetro
COPY . .
RUN git submodule init
RUN git submodule update
RUN git submodule update --init

WORKDIR /root/workspace/USBRetro/src

Expand Down

0 comments on commit 35ca3f0

Please sign in to comment.