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