Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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