From 9e012b3c5dcb46050a55ef396fc6c7f120a061ae Mon Sep 17 00:00:00 2001 From: Yiding Wang Date: Wed, 6 Dec 2017 12:55:21 +0800 Subject: [PATCH] fix building issue on Debian --- docs/install/Debian.md | 6 ++++-- requirements.txt | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/install/Debian.md b/docs/install/Debian.md index d4e677b5..1193bfbd 100644 --- a/docs/install/Debian.md +++ b/docs/install/Debian.md @@ -2,12 +2,14 @@ `atomic` can be installed through below methods ##Make -On Debian, You will need to install the required build dependencies to build `atomic` +On Debian, You will need to install the required build dependencies to build `atomic`. + +[Docker](https://docs.docker.com/engine/installation/linux/docker-ce/debian/) and [Golang](https://golang.org) are required to build `atomic`. "rpm" is required in order to `diff` two Docker images. ``` -apt-get install go-md2man rpm python-selinux python-rpm python-dbus python-pylint +apt-get install go-md2man rpm python-selinux python-rpm python-dbus python-slip python-slip-dbus python-gobject ``` Get the code diff --git a/requirements.txt b/requirements.txt index 97780b9e..2a4b4815 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ xattr python-dateutil PyYAML urllib3 +pylint