Browse Source

Update Dockerfile

pull/1682/head
Hironsan 2 years ago
parent
commit
d02d0a9250
1 changed files with 7 additions and 0 deletions
  1. 7
      Dockerfile

7
Dockerfile

@ -37,6 +37,13 @@ RUN pip install --upgrade pip \
FROM python:${PYTHON_VERSION} AS runtime
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libpq-dev \
unixodbc-dev=2.* \
libssl-dev=1.* \
&& apt-get clean
RUN useradd -ms /bin/sh doccano
RUN mkdir /data \

Loading…
Cancel
Save