Browse Source

Attempt to get qrcode dep installed

connection-details
Luke Childs 5 years ago
parent
commit
a52c7c6a36
  1. 3
      stage2/06-connection-details/01-run.sh

3
stage2/06-connection-details/01-run.sh

@ -5,8 +5,9 @@ echo "Installing connection-details and dependencies"
cp files/Pipfile* ${ROOTFS_DIR}/
on_chroot << EOF
PIPENV_PIPFILE="/Pipfile" pipenv --python "$(which python3)" install --system
pip3 install qrcode
EOF
# PIPENV_PIPFILE="/Pipfile" pipenv --python "$(which python3)" install --system
rm ${ROOTFS_DIR}/Pipfile*

Loading…
Cancel
Save