Skip to content

Commit 65fc6b4

Browse files
authored
Merge pull request #818 from sparkfun/Update_Dockerfile
Update compile_with_docker.bat
2 parents 7e1136f + 0abfe8d commit 65fc6b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/compile_with_docker.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
::Uncomment "docker builder prune -f" below to clear the build cache
2+
::This will resolve issues with arduino-cli not being able to find the latest libraries
3+
::docker builder prune -f
14
docker build -t rtk_everywhere_firmware --no-cache-filter deployment .
25
docker create --name=rtk_everywhere rtk_everywhere_firmware:latest
36
docker cp rtk_everywhere:/RTK_Everywhere.ino.bin .

0 commit comments

Comments
 (0)