aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e1f4b9a..e267b52 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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