I\'m trying to run Python\'s Scrapy in a Docker container based on python:alpine. It was working before, but now I\'d like to use Scrapy\'s Image Pipeline which requires me to i
If you're missing libjpeg.so package in runtime, try this (alpine linux):
libjpeg.so
apk add --no-cache jpeg