diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index e3db13159..54434071d 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -3,7 +3,6 @@ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ # btrfs-progfs is required for btrfs test (mkfs.btrfs) # util-linux is required for btrfs test (losetup) # xfsprogs is required for xfs test (mkfs.xfs) -# containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7 RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ busybox \ @@ -11,7 +10,7 @@ RUN apk add --no-cache --initdb -p /out \ btrfs-progs-dev \ gcc \ git \ - go1.10 \ + go \ libc-dev \ linux-headers \ make \