From 5dd4e6a446188d8fb25c214839bcbf84aba23805 Mon Sep 17 00:00:00 2001 From: SAGE Date: Thu, 29 Jan 2026 17:15:37 +0800 Subject: [PATCH] Force rebuild with gosu installation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8fa0200aa..6ccb4881b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ FROM codercom/code-server:latest USER root # Install gosu for proper user switching, Node.js, and essential tools +# Cache bust: 2026-01-29-v2 RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get update \ && apt-get install -y --no-install-recommends \