diff --git a/Dockerfile b/Dockerfile index 7448331..bc16df3 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 containerd +RUN apk add --no-cache git curl unzip docker-cli-buildx bash WORKDIR /usr/src