Merge pull request #3867 from awprice/issue-3865

Fix dependency in BUILDING.md
This commit is contained in:
Akihiro Suda 2019-12-03 11:07:39 +09:00 committed by GitHub
commit 8b12d46a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ We 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
```