File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ curl -L -k https://github.com/${repo}/archive/${ref}.tar.gz | tar xfz - -C $MNT/
146146
147147pkg_add -P $MNT mozilla-rootcerts
148148chroot $MNT /bin/sh -c ' mozilla-rootcerts install'
149- chroot $MNT /bin/sh -c ' . /etc/profile; pkg_add python312 py312-pip; python3.12 -m pip install jsonpointer'
149+ chroot $MNT /bin/sh -c ' . /etc/profile; pkg_add python312 py312-pip; python3.12 -m pip --no-cache-dir install jsonpointer'
150150chroot $MNT /bin/sh -c ' . /etc/profile; cd /tmp/cloud-init-*; PYTHON=/usr/pkg/bin/python3.12 ./tools/build-on-netbsd'
151151# Ensure we've got all the dependency installed as expected
152152chroot $MNT /bin/sh -c ' . /etc/profile; /usr/pkg/bin/python3.12 -mcloudinit.handlers.cloud_config'
You can’t perform that action at this time.
0 commit comments