From 455b0bd167f19b0bc6391236f76bb7f32475abd8 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 17 Jul 2017 14:00:20 +0200 Subject: 2.14.0 rewrite --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3b3974c..3bdedfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app -RUN apk add --no-cache git && pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir git+git://github.com/zzzeek/sqlalchemy +RUN pip install --pre --no-cache-dir -r requirements.txt CMD ["python", "worker.py"] -- cgit v1.3.1