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