diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ RUN apt update -y && apt install -y \ | |||
12 | python3-flaskext.wtf \ | 12 | python3-flaskext.wtf \ |
13 | python3-requests \ | 13 | python3-requests \ |
14 | python3-wtforms \ | 14 | python3-wtforms \ |
15 | python3-bleach \ | ||
16 | python3-urllib3 \ | ||
15 | && apt clean \ | 17 | && apt clean \ |
16 | && rm -rf /var/cache/apt | 18 | && rm -rf /var/cache/apt |
17 | 19 | ||