From 4285df1f67a927e855a80029bd0a22bcc2a1a41a Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Thu, 24 Jul 2025 00:05:37 +0300 Subject: [PATCH] Update dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 56d47d6..7212980 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,4 @@ FROM docker.io/eclipse-temurin:17 RUN apt-get update \ && apt-get install -y ffmpeg \ && apt-get clean \ - && rm -rf /var/lib/apt/lists/* -RUN addgroup -S spring && adduser -S spring -G spring \ No newline at end of file + && rm -rf /var/lib/apt/lists/* \ No newline at end of file