From 4487adefa83de9c465fdba9db707bbb712bb14a7 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 10 Sep 2020 22:12:55 -0700 Subject: [PATCH] Include dnspython dependency in quotes Not using quotes mean the shell considers `<` as the redirection from a file called 2.0 Fixes #399 --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index a956f9c..6165979 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -17,7 +17,7 @@ RUN apk update \ mailman==3.3.1 \ mailman-hyperkitty==1.1.0 \ pymysql \ - dnspython<2.0 \ + 'dnspython<2.0' \ && apk del build-deps \ && adduser -S mailman