diff --git a/Dockerfile b/Dockerfile index dcec29d..6d5c0ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \ uwsgi \ uwsgi-plugin-python3 \ sqlite3 \ - libargon2-0 \ + libargon2-1 \ imagemagick \ && rm -rf /var/lib/apt/lists/*