Removing unused packages

This commit is contained in:
2024-12-09 07:57:23 +01:00
parent 4efbe95393
commit 5afea6f44f

View File

@@ -1,7 +1,6 @@
FROM public.ecr.aws/docker/library/node:22-alpine3.20
FROM public.ecr.aws/docker/library/alpine:3.20
# Install git for gitea actions and ansible
RUN apk add --no-cache git grype bash
RUN apk add --no-cache grype bash
WORKDIR /usr/src