From 209a746323965b614798f5360b85c2ea798f6737 Mon Sep 17 00:00:00 2001 From: Drake Marino Date: Sat, 24 Jan 2026 20:10:48 +0000 Subject: [PATCH] work from node image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a188fd4..e43b8fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM node:25 RUN apt update && apt upgrade -y -RUN apt install git nodejs npm --no-install-recommends -y +RUN apt install git --no-install-recommends -y