From 81db2e07ea5dbaab6280ba6e3507c8a9068e1898 Mon Sep 17 00:00:00 2001 From: ZEROF Date: Thu, 29 Nov 2018 18:49:03 +0100 Subject: [PATCH] Update Dockerfile (#1451) - Forget one "\" in the process! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10fb9aa3..1680c7bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap openssl-dev \ ca-certificates \ tini@commuedge \ - && pip install --upgrade pip + && pip install --upgrade pip \ && pip install --no-cache -r requirements.txt \ && apk del \ build-base \