Browse Source

Fix nodesource link

pull/333/head
Clemens Wolff 5 years ago
committed by margaretmeehan
parent
commit
bf531c74c0
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
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
nodejs=8.16.1-1nodesource1
COPY tools/install-mssql.sh /doccano/tools/install-mssql.sh
RUN /doccano/tools/install-mssql.sh --dev

Loading…
Cancel
Save