From c3c1821286c01a76526f4c1573e43e6f30e526e4 Mon Sep 17 00:00:00 2001 From: Skydust Date: Fri, 6 Dec 2024 12:49:30 +0100 Subject: [PATCH] Adding containerd to the image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc16df3..7448331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM public.ecr.aws/docker/library/node:22-alpine3.20 # Install git for gitea actions and ansible -RUN apk add --no-cache git curl unzip docker-cli-buildx bash +RUN apk add --no-cache git curl unzip docker-cli-buildx bash containerd WORKDIR /usr/src