diff --git a/Dockerfile b/Dockerfile index 46f8dddf..f95b66c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:${PYTHON_VERSION}-stretch AS builder ARG NODE_VERSION="8.x" RUN curl -sL "https://deb.nodesource.com/setup_${NODE_VERSION}" | bash - \ && apt-get install --no-install-recommends -y \ - nodejs=8.16.0-1nodesource1 + nodejs COPY tools/install-mssql.sh /doccano/tools/install-mssql.sh RUN /doccano/tools/install-mssql.sh --dev