aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/containerd
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-25 22:14:52 -0700
committerGravatar GitHub <noreply@github.com>2021-08-25 22:14:52 -0700
commit5549d804b3640462549401597cfef382911b3933 (patch)
treeee92b92846c95c667bce422b952d0c874ef755d9 /projects/containerd
parent390c200c1e85f0a86d205a401a77457f51cb1848 (diff)
[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)
Fix projects so they don't break with upgrade. These fixes are likely not backwards compatible and will fail on Ubuntu 16.04. Related: #6180
Diffstat (limited to 'projects/containerd')
-rw-r--r--projects/containerd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/containerd/Dockerfile b/projects/containerd/Dockerfile
index b161e268..f3aef9a6 100644
--- a/projects/containerd/Dockerfile
+++ b/projects/containerd/Dockerfile
@@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-RUN apt-get update && apt-get install -y btrfs-progs libc-dev pkg-config libseccomp-dev gcc wget
+RUN apt-get update && apt-get install -y btrfs-progs libc-dev pkg-config libseccomp-dev gcc wget libbtrfs-dev
RUN git clone --depth 1 https://github.com/containerd/containerd
COPY build.sh $SRC/
WORKDIR $SRC/containerd