Removing a maximum of unused dependencies

This commit is contained in:
2024-12-09 07:47:08 +01:00
parent 4e98070fac
commit 01806b2778

View File

@@ -1,7 +1,6 @@
FROM public.ecr.aws/docker/library/node:22-alpine3.20
FROM public.ecr.aws/docker/library/node: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 docker-cli-buildx bash
WORKDIR /usr/src