From 6a0d5741c3d5415c0f7c7f1fd1e40a847eb4ec36 Mon Sep 17 00:00:00 2001 From: Rebecca Nelson Date: Sat, 13 Apr 2024 23:07:57 -0500 Subject: [PATCH] slap alembic-utils into install process quick and let ci do the work for now --- server/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Dockerfile b/server/Dockerfile index 3e4dadfb..47b30b25 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -26,6 +26,7 @@ RUN apk --no-cache add \ py3-pyrfc3339 RUN pip3 install --no-cache-dir --disable-pip-version-check \ "alembic>=0.8.5" \ + "alembic_utils>=0.5.6" \ "coloredlogs==5.0" \ "pyheif==0.6.1" \ "heif-image-plugin>=0.3.2" \