docker build -t sms_proxy:0.0.1 .
Outputs this error:
ERROR: unsatisfiable constraints:
python-dev (missing):
required by: build-deps-20200613.062649[python-dev]
The command '/bin/sh -c apk --update add --virtual build-deps build-base git libev-dev openssl-dev python-dev wget && virtualenv /app/ve && /app/ve/bin/pip install -U pip && /app/ve/bin/python /app/setup.py check && /app/ve/bin/pip install -r /app/requirements.txt && apk del build-deps' returned a non-zero code: 2
How to resolve this? Thank you.