Skip to content

Commit

Permalink
docs: Document missing Ubuntu dependencies (#526)
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Miculas <[email protected]>
  • Loading branch information
ariel-miculas authored Oct 19, 2023
1 parent 565b032 commit 82f16fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ https://golang.org/doc/install#install
The other build dependencies can be satisfied with the following command and
packages:

sudo apt install lxc-dev libacl1-dev libgpgme-dev libcap-dev libseccomp-dev
sudo apt install lxc-dev libacl1-dev libgpgme-dev libcap-dev libseccomp-dev build-essential
sudo apt install libpam0g-dev libselinux-dev libssl-dev libzstd-dev libcryptsetup-dev libdevmapper-dev

#### **Ubuntu 22.04**

sudo apt install lxc-dev libacl1-dev libgpgme-dev libcap-dev libseccomp-dev
sudo apt install lxc-dev libacl1-dev libgpgme-dev libcap-dev libseccomp-dev build-essential
sudo apt install libpam0g-dev libselinux-dev libssl-dev libzstd-dev libcryptsetup-dev libdevmapper-dev cryptsetup-bin pkg-config


**To run `make check` you will also need:**

sudo apt install bats jq tree
sudo apt install bats jq tree curl squashfs-tools

**umoci** - https://github.com/opencontainers/umoci

Expand Down

0 comments on commit 82f16fb

Please sign in to comment.