2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00

update scrapyd

This commit is contained in:
kev
2020-05-26 17:31:46 +08:00
parent 649be8784b
commit 8eac19f9f5
3 changed files with 21 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ utility which allows you to deploy your project to a Scrapyd server.
[pillow][6] is the Python Imaging Library to support the ImagesPipeline.
This image is based on `debian:stretch`, 6 latest python packages are installed:
This image is based on `debian:buster`, 6 latest python packages are installed:
- `scrapy`: git+https://github.com/scrapy/scrapy.git
- `scrapyd`: git+https://github.com/scrapy/scrapyd.git
@@ -29,6 +29,8 @@ This image is based on `debian:stretch`, 6 latest python packages are installed:
Please use this as base image for your own project.
:warning: Scrapy has dropped support for Python 2.7, which reached end-of-life on 2020-01-01.
## docker-compose.yml
```yaml