Skip to content
Snippets Groups Projects
Commit 09e60759 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

install cython from package manager

parent 2bdfac90
No related branches found
No related tags found
No related merge requests found
FROM python:3.7-alpine FROM python:3.7-alpine
RUN apk add py3-gevent RUN apk add --no-cache --virtual .build-deps gcc musl-dev \
&& pip install cython \
&& apk del .build-deps gcc musl-dev
RUN pip install pipenv RUN pip install pipenv
COPY . /opt/SpotifyBackup COPY . /opt/SpotifyBackup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment