commit 8b965d1f54b25586c205f539e61a8ac9041e5cd6 Author: Skydust Date: Sun Nov 24 20:30:42 2024 +0100 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2b4cf34 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,19 @@ +FROM public.ecr.aws/docker/library/node:22-alpine3.20 + +# PIPX Paths +ENV PATH=/root/.local/bin:$PATH + +# Install git for gitea actions and ansible +RUN <