Pin flufl.lock to <5.0 to prevent against incompatibility.

This commit is contained in:
Abhilash Raj
2020-09-23 08:59:24 -07:00
parent dbb6da068d
commit c5a2084ae0

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