Skip to content

Create an app that requires apt packages

Christopher Blum edited this page Aug 28, 2015 · 5 revisions

apt-packages File

Experimental platform uses the dokku apt plugin. Simply add a file named apt-packages to the root of your app that lists the required packages. The packages are installed at the beginning during deploy/push of your app.

graphicsmagick
ffmpegthumbnailer
usbutils

Example

An example app that uses node.js and GraphicsMagick can be found here.

Advanced

Custom apt repositories and deb packages are also supported.