diff --git a/BUILDING.md b/BUILDING.md index dd8573bb2..5441edab7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -138,7 +138,7 @@ You 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 ``` Let's suppose that you built an image called `containerd/build`. From the