From 406973326b82e1641c9d1e34a0b741c39882e54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 1 Oct 2019 13:38:59 -0700 Subject: [PATCH] fix: Put redis dependency in a docker Fix #57 --- Dockerfile | 3 --- docker-compose.yml | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdf21bc..4be2799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,6 @@ RUN pip3 install pipenv WORKDIR root_lookyloo -run git clone https://github.com/antirez/redis.git -run cd redis && git checkout 5.0 && make && cd .. - RUN git clone https://github.com/CIRCL/lookyloo.git WORKDIR lookyloo RUN sed -i "s/str='http:\/\/127.0.0.1:8050'/str='http:\/\/splash:8050'/g" lookyloo/lookyloo.py diff --git a/docker-compose.yml b/docker-compose.yml index 2c2b13a..3005f07 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,7 @@ version: '3' services: + redis: + image: redis splash: image: "scrapinghub/splash" expose: