2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 18:17:25 +01:00

update scrapyd

This commit is contained in:
kev
2021-11-03 18:14:38 +08:00
parent 45064c7773
commit 3bac9cc61b
6 changed files with 79 additions and 65 deletions

View File

@@ -15,6 +15,7 @@ RUN set -xe \
&& apt-get update \
&& apt-get install -y autoconf \
build-essential \
cargo \
curl \
git \
libffi-dev \
@@ -51,6 +52,7 @@ RUN set -xe \
&& echo 'source /etc/bash_completion.d/scrapy_bash_completion' >> /root/.bashrc \
&& apt-get purge -y --auto-remove autoconf \
build-essential \
cargo \
curl \
libffi-dev \
libssl-dev \