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

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
```