Skip to content

Commit b144d99

Browse files
authored
Remove the temporary directory after extracting buildkit (#874)
1 parent e755a6e commit b144d99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/install-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ wget https://github.com/jetkvm/rv1106-system/releases/download/${BUILDKIT_VERSIO
3232
sudo mkdir -p /opt/jetkvm-native-buildkit && \
3333
sudo tar --use-compress-program="unzstd --long=31" -xvf buildkit.tar.zst -C /opt/jetkvm-native-buildkit && \
3434
rm buildkit.tar.zst
35-
popd
35+
popd
36+
rm -rf "${BUILDKIT_TMPDIR}"

0 commit comments

Comments
 (0)