Skip to content

Running the application using Docker fails #3

@nzzl

Description

@nzzl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions