How to install local deb packages into appliance

  • Thread starter Thread starter laleger
  • Start date Start date
L

laleger

Guest
Greetings all, and thanks to the Proxmox team for releasing such great software. Can someone please advise on the best route to install local deb package(s) into a appliance? I tried "dab install localpackage.deb" in my Makefile but this method obviously isn't supported. I suppose the following might work (haven't tried yet).

install -m 0644 localpackage.deb ${BASEDIR}/tmp
dab exec dpkg -i /tmp/localpackage.deb

Thanks in advance for any assistance!