diff --git a/scrapyd/Dockerfile b/scrapyd/Dockerfile index b4e98d8..860b687 100644 --- a/scrapyd/Dockerfile +++ b/scrapyd/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update \ && apt-get install -y autoconf \ build-essential \ curl \ + git \ libffi-dev \ libssl-dev \ libtool \