Merge pull request #407 from maxking/pin-flufl-lock

Pin flufl.lock to <5.0 to prevent against incompatibility.
This commit is contained in:
Abhilash Raj
2020-09-23 09:15:16 -07:00
committed by GitHub

View File

@@ -18,6 +18,7 @@ RUN apk update \
mailman-hyperkitty==1.1.0 \ mailman-hyperkitty==1.1.0 \
pymysql \ pymysql \
'dnspython<2.0' \ 'dnspython<2.0' \
'flufl.lock<5.0' \
&& apk del build-deps \ && apk del build-deps \
&& adduser -S mailman && adduser -S mailman