updated dockerfile

This commit is contained in:
marvzhang
2021-08-02 18:40:45 +08:00
parent a7e7fbc4bb
commit fb388381fd
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd
# install backend
RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634
RUN pip install crawlab-sdk==0.6.b20210729-1634
# add files
COPY ./backend/conf /app/backend/conf