Browse Source

Merge pull request #342 from chakki-works/fix-node-version

Fix #337
pull/344/head
Hiroki Nakayama 5 years ago
committed by GitHub
parent
commit
0e0883b5a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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=8.16.0-1nodesource1
nodejs
COPY tools/install-mssql.sh /doccano/tools/install-mssql.sh
RUN /doccano/tools/install-mssql.sh --dev

Loading…
Cancel
Save