Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 21, 2024
1 parent c554c87 commit 9d6e6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ 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/Sming/samples/Basic_Blink"
RUN make SMING_SOC=Esp8266


RUN Tools/install.sh $INSTALL_ARGS
Expand Down

0 comments on commit 9d6e6b7

Please sign in to comment.