summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cd530ef..185a477 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,7 @@
FROM fkrull/multi-python:latest
-RUN apt install -y pypy pypy-dev pypy3-dev
+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