From a8af106fd1881e2c29bd6a12538fffa0d2989e1a Mon Sep 17 00:00:00 2001 From: vicholp Date: Tue, 5 Dec 2023 01:22:58 -0300 Subject: [PATCH] fix: bug with flask dep --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3cdf63d..cc2af04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,6 +86,7 @@ RUN \ flask==2.1.3 \ flask-cors \ PyGObject \ + Werkzeug==2.3.7 \ pyacoustid \ pylast \ requests \