add pycryptodome pip module

This commit is contained in:
Gerrit Gogel 2021-12-10 15:09:48 +03:00
parent a89f2a71ad
commit c57ff5e875

View file

@ -40,6 +40,7 @@ mysqlclient \
django==3.2.9 \
django-pylibmc \
django-simple-captcha \
pycryptodome==3.12.0 \
&& rm -r /root/.cache/pip
FROM alpine:3.13.7