tcfly commited on
Commit
d3dbd80
·
verified ·
1 Parent(s): e7bbf3f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -81,6 +81,8 @@ RUN set -x && \
81
  chmod u+s /usr/sbin/cron && \
82
  ulimit -c 0
83
 
 
 
84
  ARG SOURCE_COMMIT
85
  RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
86
  cd ${QL_DIR} && \
 
81
  chmod u+s /usr/sbin/cron && \
82
  ulimit -c 0
83
 
84
+ RUN pip install crawl4ai
85
+
86
  ARG SOURCE_COMMIT
87
  RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
88
  cd ${QL_DIR} && \