diff --git a/Dockerfile b/Dockerfile index 97356dd9..d66d5fae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ 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 nodejs \ + && rm -rf /var/lib/apt/lists/* WORKDIR /app