Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Remove downloaded toolchain archive
Browse files Browse the repository at this point in the history
which eats a lot of storage. Try to reduce the
image size
  • Loading branch information
uvok committed Feb 18, 2024
1 parent 99c990e commit f7880ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN <<EOT
nrfutil install toolchain-manager search
nrfutil toolchain-manager install --ncs-version ${toolchain_version}
nrfutil toolchain-manager list
rm -f /root/ncs/downloads/*
EOT

#
Expand Down

0 comments on commit f7880ec

Please sign in to comment.