change Dockerfile for release 2.0.0

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2021-01-18 17:33:51 +01:00
parent 252eba806b
commit 51bb45c9c3
1 changed files with 1 additions and 1 deletions

View File

@ -119,4 +119,4 @@ ENV \
# "/home/funkey/FunKey-OS/FunKey/output/build", \
# "/home/funkey/FunKey-OS/FunKey/output/target"]
CMD ["/usr/bin/make", "-C", "/home/funkey/FunKey-OS"]
CMD ["/usr/bin/make", "sdk", "all", "-C", "/home/funkey/FunKey-OS"]