Merge pull request #3814 from rll2396/bug-3813
Fix dependency in BUILDING.md
This commit is contained in:
commit
01047edea6
@ -138,7 +138,7 @@ You can build an image from this `Dockerfile`:
|
|||||||
FROM golang
|
FROM golang
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y btrfs-tools libseccomp-dev
|
apt-get install -y libbtrfs-dev libseccomp-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Let's suppose that you built an image called `containerd/build`. From the
|
Let's suppose that you built an image called `containerd/build`. From the
|
||||||
|
Loading…
Reference in New Issue
Block a user