alpine-python icon indicating copy to clipboard operation
alpine-python copied to clipboard

A small, more complete, Python Docker image based on Alpine Linux.

Results 5 alpine-python issues
Sort by recently updated
recently updated
newest added

Here is my docker file: ``` FROM jfloff/alpine-python:3.8-onbuild # Build stage FROM node:lts-alpine as build RUN apk update; \ apk add git; WORKDIR /tmp COPY package*.json ./ RUN npm ci...

`pyenv install -v $PYTHON_VERSION` The above line failed with error: Downloading Python-3.7.3.tar.xz... -> https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz error: failed to download Python-3.7.3.tar.gz After I added the wget to the package list, it's OK

Hello, when you upgrade version of alpine, main repository changes: before ``` apk update -q && apk add --no-cache nodejs curl unzip bash npm fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz (1/7) Installing curl (7.61.1-r3)...

This is not a bug on its own, but rather a question of efficiency. If I add some python library that requires binary objects to be built or run (examples:...

Would it be possible, to switch to quay or douplicate the build? The clair container scanning feature is something what i really missing.