From f93cffb9a0c7449d938e275a7a2db12256de2a1c Mon Sep 17 00:00:00 2001 From: Rowan Dash Date: Mon, 8 Apr 2024 22:48:38 +0100 Subject: [PATCH] feat: reduce container size Fixes #202 --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29e43db..009237b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM node:20.11.0 +FROM node:20.11.0-alpine + +RUN apk add --no-cache git # nice clean home for our action files RUN mkdir /action