From eb23299181e82e212642dbf5e4e7d799cebf3fc8 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Thu, 4 Sep 2025 23:21:03 +0100 Subject: [PATCH] Update dockerfile for node --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 31ca5c9..8ad4ad7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,6 @@ # Use the official Node.js image as the base image FROM node:24-alpine -RUN apt-get update && apt-get install -y --no-install-recommends \ - ca-certificates \ - && rm -rf /var/lib/apt/lists/* - # Set the working directory inside the container WORKDIR /usr/src/app