Skip to content

Running the application using Docker fails #3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions