Skip to content

Commit

Permalink
Merge pull request projectatomic#1142 from wydwww/master
Browse files Browse the repository at this point in the history
Fix building issue on Debian
  • Loading branch information
rhatdan authored Dec 6, 2017
2 parents 50b0df1 + 9e012b3 commit 3e641a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/install/Debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ xattr
python-dateutil
PyYAML
urllib3
pylint

0 comments on commit 3e641a0

Please sign in to comment.