Docs: Fix incomplete instructions for building using docker
Fixes: #2396 Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com>
This commit is contained in:
parent
0158a6fb34
commit
ef449aa38e
@ -106,7 +106,7 @@ You can build an image from this `Dockerfile`:
|
|||||||
FROM golang
|
FROM golang
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install btrfs-tools
|
apt-get install -y btrfs-tools libseccomp-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Let's suppose that you built an image called `containerd/build`. From the
|
Let's suppose that you built an image called `containerd/build`. From the
|
||||||
|
Loading…
Reference in New Issue
Block a user