Skip to content

Commit c1e1f3d

Browse files
authored
Merge pull request #2397 from harche/doc_fix
Docs: Fix incomplete instructions for building using docker
2 parents 0158a6f + ef449aa commit c1e1f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can build an image from this `Dockerfile`:
106106
FROM golang
107107
108108
RUN apt-get update && \
109-
apt-get install btrfs-tools
109+
apt-get install -y btrfs-tools libseccomp-dev
110110
```
111111

112112
Let's suppose that you built an image called `containerd/build`. From the

0 commit comments

Comments
 (0)