We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300ae1d commit bf531c7Copy full SHA for bf531c7
Dockerfile
@@ -4,7 +4,7 @@ FROM python:${PYTHON_VERSION}-stretch AS builder
4
ARG NODE_VERSION="8.x"
5
RUN curl -sL "https://deb.nodesource.com/setup_${NODE_VERSION}" | bash - \
6
&& apt-get install --no-install-recommends -y \
7
- nodejs
+ nodejs=8.16.1-1nodesource1
8
9
COPY tools/install-mssql.sh /doccano/tools/install-mssql.sh
10
RUN /doccano/tools/install-mssql.sh --dev
0 commit comments