Include dnspython dependency in quotes
Not using quotes mean the shell considers `<` as the redirection from a file called 2.0 Fixes #399
This commit is contained in:
@@ -17,7 +17,7 @@ RUN apk update \
|
|||||||
mailman==3.3.1 \
|
mailman==3.3.1 \
|
||||||
mailman-hyperkitty==1.1.0 \
|
mailman-hyperkitty==1.1.0 \
|
||||||
pymysql \
|
pymysql \
|
||||||
dnspython<2.0 \
|
'dnspython<2.0' \
|
||||||
&& apk del build-deps \
|
&& apk del build-deps \
|
||||||
&& adduser -S mailman
|
&& adduser -S mailman
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user