Skip to content

Commit

Permalink
git submodule only works within the git repo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 21, 2024
1 parent 94e190d commit df9dedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ARG SMING_BRANCH=develop
ARG INSTALL_ARGS="Esp32 Esp8266"

RUN git clone $SMING_REPO -b $SMING_BRANCH /opt/sming
WORKDIR "/opt/sming"
RUN git submodule update --init --recursive

WORKDIR "/opt/sming"

RUN Tools/install.sh $INSTALL_ARGS
RUN echo ". $(pwd)/Tools/export.sh" >> ~/.bashrc

0 comments on commit df9dedb

Please sign in to comment.