Skip to content

Commit ef449aa

Browse files
author
Harshal Patil
committed
Docs: Fix incomplete instructions for building using docker
Fixes: #2396 Signed-off-by: Harshal Patil <[email protected]>
1 parent 0158a6f commit ef449aa

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)