We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c589b + 8761b1b commit 9c7bd50Copy full SHA for 9c7bd50
2 files changed
BUILDING.md
@@ -135,7 +135,7 @@ You can build an image from this `Dockerfile`:
135
FROM golang
136
137
RUN apt-get update && \
138
- apt-get install -y btrfs-tools libseccomp-dev
+ apt-get install -y libbtrfs-dev libseccomp-dev
139
```
140
141
Let's suppose that you built an image called `containerd/build`. From the
contrib/Dockerfile.test
@@ -38,7 +38,8 @@ RUN ./install-runc
38
39
FROM golang-base AS dev
40
RUN apt-get update && apt-get install -y \
41
- btrfs-tools \
+ libbtrfs-dev \
42
+ btrfs-progs \
43
gcc \
44
git \
45
libseccomp-dev \
0 commit comments