Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Feb 5, 2021
1 parent 4a2e8d2 commit 568fcd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/Docker/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN apt-get -y update \

ARG SMING_BRANCH=develop
ARG SMING_REPO=SmingHub/Sming
ARG INSTALL_ARGS=all

RUN git clone -b $SMING_BRANCH -- https://github.com/$SMING_REPO $(readlink -m $SMING_HOME/..)

RUN $SMING_HOME/../Tools/install.sh
RUN $SMING_HOME/../Tools/install.sh $INSTALL_ARGS

0 comments on commit 568fcd6

Please sign in to comment.