From 62ce1c7d5b61cfc48fad40a12c98b2d72508a560 Mon Sep 17 00:00:00 2001 From: 88lex Date: Thu, 6 Aug 2020 11:51:57 +0800 Subject: [PATCH] update DF --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b8d7f8..06c45d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ ENV JSON_PREFIX=svcacc COPY ./requirements.txt /opt/requirements.txt WORKDIR /opt -RUN pip3 install /opt/requirements.txt +RUN pip3 install /opt/requirements.txt && \ + pip3 install safire \ No newline at end of file