Skip to content

Commit

Permalink
Merge pull request #402 from maxking/maxking-patch-2
Browse files Browse the repository at this point in the history
Include dnspython dependency in quotes
  • Loading branch information
maxking authored Sep 13, 2020
2 parents 86b4dea + 4487ade commit dbb6da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbb6da0

Please sign in to comment.