From 8788112cf74eada3bdc37f049499479978f37619 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 1 Aug 2025 12:00:09 +0300 Subject: [PATCH] nsolid-fix --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a116a81..60c469df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM python:slim RUN apt-get update && apt-get install -y \ - nsolid \ postgresql-client \ curl \ build-essential \ @@ -11,7 +10,7 @@ RUN apt-get update && apt-get install -y \ # Установка Node.js LTS и npm RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \ - apt-get install -y nodejs \ + apt-get install -y nsolid \ && rm -rf /var/lib/apt/lists/* WORKDIR /app