You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you deploy your project, the dokku-apt plugin will install according to your project's `apt-repositories` and `apt-packages` files. You should store these files in your projects root as the docker container will copy your project to its /app directory. This is where the dokku-apt plugin looks for `apt-repositories` and `apt-packages`.
18
28
19
-
## apt-packages
29
+
###apt-packages
20
30
This file should contain apt packages to install, accepts multiple packages per line, and multiple lines.
21
31
22
32
Example:
@@ -25,7 +35,7 @@ nginx
25
35
unifont
26
36
```
27
37
28
-
## apt-repositories
38
+
###apt-repositories
29
39
Optional file that should contain additional APT repositories to configure to find packages.
30
40
Requires an empty line at end of file.
31
41
@@ -35,7 +45,7 @@ ppa:nginx/stable
35
45
deb http://archive.ubuntu.com/ubuntu quantal multiverse
36
46
```
37
47
38
-
## apt-debconf
48
+
###apt-debconf
39
49
Optional file allowing to configure package installation. Use case is mainly for EULA (like ttf-mscorefonts-installer).
0 commit comments