Skip to content
Snippets Groups Projects
Commit b5d26a70 authored by jkerdreu's avatar jkerdreu
Browse files

Alpine latest provide a separate package for pip

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2484 b32b6428-25c9-4566-ad07-03861ab6144f
parent dba59274
Branches
No related tags found
No related merge requests found
FROM alpine:latest
RUN apk update
RUN apk add --no-cache python3 python3-dev subversion libsodium-dev git g++ musl-dev tmux file
RUN apk add --no-cache python3 python3-dev py3-pip subversion libsodium-dev git g++ musl-dev tmux file
RUN pip3 install --upgrade pip
# due to a bug in current ujson on alpine, we need to use the git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment