Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.

Commit 9e012b3

Browse files
committed
fix building issue on Debian
1 parent 50b0df1 commit 9e012b3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/install/Debian.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
`atomic` can be installed through below methods
33

44
##Make
5-
On Debian, You will need to install the required build dependencies to build `atomic`
5+
On Debian, You will need to install the required build dependencies to build `atomic`.
6+
7+
[Docker](https://docs.docker.com/engine/installation/linux/docker-ce/debian/) and [Golang](https://golang.org) are required to build `atomic`.
68

79
"rpm" is required in order to `diff` two Docker images.
810

911
```
10-
apt-get install go-md2man rpm python-selinux python-rpm python-dbus python-pylint
12+
apt-get install go-md2man rpm python-selinux python-rpm python-dbus python-slip python-slip-dbus python-gobject
1113
```
1214

1315
Get the code

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ xattr
77
python-dateutil
88
PyYAML
99
urllib3
10+
pylint

0 commit comments

Comments
 (0)