Update Dockerfile
Browse files- 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} && \
|