diff options
author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 11:19:32 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 11:19:32 -0400 |
commit | ef1d2d29432c0d3a020e8c0c6461faf9de89c822 (patch) | |
tree | 4575280a5f9a465ebe03573181d4e3f6c52471fc /Dockerfile | |
parent | 386da379df831c5f3a467706c252c56781e473f5 (diff) |
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 | ||