Removing a maximum of unused dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user