Skip to content

Commit 3e9e88b

Browse files
committed
docs: update requirements and add note about compatible extended app images
1 parent 97b3fe2 commit 3e9e88b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ Inject deb packages into dokku based on files in project.
66
dokku-apt is a plugin for [dokku](https://github.com/dokku/dokku) that installs apt packages in your dokku environment.
77
This is mostly useful for instances where you have an app that depends on packages being here.
88

9+
## requirements
10+
11+
dokku 0.18.x+
12+
docker 1.8.x
13+
914
## Installation
1015

1116
On your dokku server:
1217

13-
### dokku >= 0.4.0
14-
1518
```sh
16-
sudo dokku plugin:install https://github.com/dokku-community/dokku-apt
19+
# on dokku 0.18.x+
20+
sudo dokku plugin:install https://github.com/dokku-community/dokku-apt apt
1721
```
1822

1923
## Usage
@@ -32,6 +36,8 @@ The order of operations is:
3236
6. `apt-packages`
3337
7. `dpkg-packages`
3438

39+
Utilizing the above files, the base build image will be extended for further use in the build process. If an already extended app image that is compatible with the desired changes is found, then the above will be skipped in favor of using the pre-existing image.
40+
3541
### `apt-env`
3642

3743
A file that can contain environment variables. Note that this is sourced, and should not contain arbitrary code.

0 commit comments

Comments
 (0)