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 50c7078 commit f29e4a1Copy full SHA for f29e4a1
Dockerfile
@@ -1,5 +1,5 @@
1
ARG PYTHON_VERSION="3.6"
2
-FROM python:${PYTHON_VERSION} AS builder
+FROM python:${PYTHON_VERSION}-stretch AS builder
3
4
ARG NODE_VERSION="8.x"
5
RUN curl -sL "https://deb.nodesource.com/setup_${NODE_VERSION}" | bash - \
@@ -27,7 +27,7 @@ RUN cd /doccano/app/server/static \
27
RUN cd /doccano \
28
&& python app/manage.py collectstatic --noinput
29
30
-FROM python:${PYTHON_VERSION}-slim AS runtime
+FROM python:${PYTHON_VERSION}-slim-stretch AS runtime
31
32
RUN useradd -ms /bin/sh doccano
33
0 commit comments