Skip to content

Commit

Permalink
woupsie
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Nov 29, 2022
1 parent cea558d commit b53b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyphe_backend/crawler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY requirements-scrapyd.txt /requirements-scrapyd.txt
RUN buildDeps='gcc libffi-dev libxml2-dev libxslt-dev' \
&& apt-get update && apt-get install -y $buildDeps \
&& pip install --cache-dir=/tmp/pipcache --upgrade setuptools pip \
&& cat requirements-scrapyd.txt | xargs -n 1 -L 1 pip install --cache-dir=/tmp/pipcache
&& cat requirements-scrapyd.txt | xargs -n 1 -L 1 pip install --cache-dir=/tmp/pipcache \
&& rm -r /tmp/pipcache \
&& apt-get purge -y --auto-remove $buildDeps \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b53b9af

Please sign in to comment.