gliderlabs / gliderlabs/docker-alpine
python2-dev package mentioned in index not found
Open
- Dominant language
- Shell
- Stars
- 5.7k
- Forks
- 530
- PR merge metrics
- No merged PRs in 30d
Description
Using the the `ucalgary/python-librdkafka` image, which pulls `alpine-3.6`;
`RUN apk add gcc musl-dev linux-headers libffi-dev openssl-dev py-virtualenv` works just fine, but
`RUN apk add gcc musl-dev linux-headers libffi-dev openssl-dev py-virtualenv python-dev` does not, and returns:
`ERROR: python2-dev-2.7.13-r1: package mentioned in index not found (try 'apk update')`.
I have confirmed that the cdn is serving the apk appropriately by downloading it with my web browser.
Note: this is after running `RUN apk update`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.