Hiroki Nakayama
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|