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

Commit 3e641a0

Browse files
authored
Merge pull request #1142 from wydwww/master
Fix building issue on Debian
2 parents 50b0df1 + 9e012b3 commit 3e641a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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)