mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
tutorial: add ostree dependency
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -24,7 +24,7 @@ acquire the source, and build it.
|
|||||||
sudo dnf install -y git runc libassuan-devel golang golang-github-cpuguy83-go-md2man glibc-static \
|
sudo dnf install -y git runc libassuan-devel golang golang-github-cpuguy83-go-md2man glibc-static \
|
||||||
gpgme-devel glib2-devel device-mapper-devel libseccomp-devel \
|
gpgme-devel glib2-devel device-mapper-devel libseccomp-devel \
|
||||||
atomic-registries iptables skopeo-containers containernetworking-cni \
|
atomic-registries iptables skopeo-containers containernetworking-cni \
|
||||||
conmon
|
conmon ostree-devel
|
||||||
```
|
```
|
||||||
### Building and installing podman
|
### Building and installing podman
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ tutorial. For this tutorial, the Ubuntu **artful-server-cloudimg** image was use
|
|||||||
#### Installing base packages
|
#### Installing base packages
|
||||||
```console
|
```console
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libdevmapper-dev libglib2.0-dev libgpgme11-dev golang libseccomp-dev \
|
sudo apt-get install libdevmapper-dev libglib2.0-dev libgpgme11-dev golang libseccomp-dev libostree-dev \
|
||||||
go-md2man libprotobuf-dev libprotobuf-c0-dev libseccomp-dev python3-setuptools
|
go-md2man libprotobuf-dev libprotobuf-c0-dev libseccomp-dev python3-setuptools
|
||||||
```
|
```
|
||||||
#### Building and installing conmon
|
#### Building and installing conmon
|
||||||
|
Reference in New Issue
Block a user