summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 185a477b7296e131036803a999ce222d2e94ced1 (plain)
1
2
3
4
5
6
7
FROM fkrull/multi-python:latest

RUN apt update && apt install -y pypy pypy-dev pypy3-dev curl
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3.8 get-pip.py
RUN pip install codecov

COPY . /redis-py