summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 2ceb725..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,9 +0,0 @@
-FROM fkrull/multi-python:latest
-
-RUN apt update \
- && apt install -y pypy pypy-dev pypy3-dev \
- && rm -rf /var/lib/apt/lists/*
-
-WORKDIR /redis-py
-
-COPY . /redis-py