File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ All future deployments will read `apt-repositories` and `apt-packages` files and
19
19
## apt-packages
20
20
This file should contain apt packages to install, accepts multiple packages per line, and multiple lines.
21
21
22
+ Example:
23
+ ```
24
+ nginx
25
+ unifont
26
+ ```
27
+
22
28
## apt-repositories
23
29
Optional file that should contain additional APT repositories to configure to find packages.
24
30
Requires an empty line at end of file.
@@ -33,5 +39,10 @@ deb http://archive.ubuntu.com/ubuntu quantal multiverse
33
39
Optional file allowing to configure package installation. Use case is mainly for EULA (like ttf-mscorefonts-installer).
34
40
Requires an empty line at end of file.
35
41
42
+ Example:
43
+ ```
44
+ ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true
45
+ ```
46
+
36
47
37
48
[ dokku ] : https://github.com/progrium/dokku
You can’t perform that action at this time.
0 commit comments