diff --git a/Dockerfile b/Dockerfile index 903079e9..43f73113 100644 --- a/Dockerfile +++ b/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