Skip to content

Commit c7a1756

Browse files
committed
debos: rootfs: Remove local debs after install
Fixes: #76 Signed-off-by: Loïc Minier <[email protected]>
1 parent 7e5b1f8 commit c7a1756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ actions:
251251
command: |
252252
set -eux
253253
apt -y install /root/*.deb
254+
# no need to keep these
255+
rm -vf /root/*.deb
254256
{{- end }}
255257

256258
- action: run

0 commit comments

Comments
 (0)