Merge pull request #3814 from rll2396/bug-3813

Fix dependency in BUILDING.md
This commit is contained in:
Wei Fu 2019-11-11 14:13:55 +08:00 committed by GitHub
commit 01047edea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ You can build an image from this `Dockerfile`:
FROM golang
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