Browse Source

Python version pinning fix

pull/1462/head
rcarew@xelerance.com 3 years ago
committed by Ryan Carew
parent
commit
5317fef860
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -35,7 +35,7 @@ RUN pip install --upgrade pip \
&& pip install --no-cache-dir -r /requirements.txt \
&& pip wheel --no-cache-dir -r /requirements.txt -w /deps
FROM python:${PYTHON_VERSION}-slim-buster AS runtime
FROM python:${PYTHON_VERSION} AS runtime
RUN useradd -ms /bin/sh doccano

Loading…
Cancel
Save