nsolid-fix
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
FROM python:slim
|
FROM python:slim
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
nsolid \
|
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
curl \
|
curl \
|
||||||
build-essential \
|
build-essential \
|
||||||
@@ -11,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
# Установка Node.js LTS и npm
|
# Установка Node.js LTS и npm
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user