Merge pull request #3867 from awprice/issue-3865
Fix dependency in BUILDING.md
This commit is contained in:
commit
8b12d46a39
@ -174,7 +174,7 @@ We 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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user