From 24aea9ae06264ca1b4257011eb3a6a746ee418b7 Mon Sep 17 00:00:00 2001 From: shimun Date: Sat, 22 Feb 2020 14:34:41 +0100 Subject: [PATCH] python3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aedf7f5..47cab18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV SEAF=/opt/seafile COPY requirements.txt /tmp/requirements.txt -RUN apt update && apt install locales -y && apt install -y --no-install-recommends procps openssl python2.7 sqlite3 python-mysqldb python-pil curl libjansson4 libfuse2 python-pip python-pip-whl python-setuptools \ +RUN apt update && apt install locales -y && apt install -y --no-install-recommends procps openssl python3 sqlite3 python-mysqldb python-pil curl libjansson4 libfuse2 python-pip python-pip-whl python-setuptools \ && pip install -r /tmp/requirements.txt && apt remove -y python-pip \ && rm -rf /var/lib/apt/lists/* /tmp/requirements.txt