-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
Trying to install python-dev on the image python:3.7-alpine3.12:
/ # apk add --no-cache python-dev
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
python-dev (missing):
required by: world[python-dev]
Same on python:3.7-alpine3.11:
/ # apk add --no-cache python-dev
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
(1/3) Installing pkgconf (1.6.3-r0)
(2/3) Installing python2 (2.7.18-r0)
(3/3) Installing python2-dev (2.7.18-r0)
Executing busybox-1.31.1-r9.trigger
OK: 61 MiB in 37 packages
lucasbasquerotto, marcellodesales and thekcsam
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image