Skip to content

Create an app that requires apt packages

Pascal Friederich edited this page Jan 19, 2016 · 1 revision

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.