We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e755a6e commit b144d99Copy full SHA for b144d99
.devcontainer/install-deps.sh
@@ -32,4 +32,5 @@ wget https://github.com/jetkvm/rv1106-system/releases/download/${BUILDKIT_VERSIO
32
sudo mkdir -p /opt/jetkvm-native-buildkit && \
33
sudo tar --use-compress-program="unzstd --long=31" -xvf buildkit.tar.zst -C /opt/jetkvm-native-buildkit && \
34
rm buildkit.tar.zst
35
-popd
+popd
36
+rm -rf "${BUILDKIT_TMPDIR}"
0 commit comments