Merge pull request #402 from maxking/maxking-patch-2

Include dnspython dependency in quotes
This commit is contained in:
Abhilash Raj
2020-09-13 11:38:56 -07:00
committed by GitHub

View File

@@ -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