From d2cbf6ebbcbd47d874814f412c996b3ecc807fe5 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 18 Nov 2021 13:39:05 +0000 Subject: [PATCH] build fix for tanner --- docker/tanner/tanner/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/tanner/tanner/Dockerfile b/docker/tanner/tanner/Dockerfile index 3c29c4df..204ebe13 100644 --- a/docker/tanner/tanner/Dockerfile +++ b/docker/tanner/tanner/Dockerfile @@ -23,6 +23,7 @@ RUN apk -U --no-cache add \ # git checkout test && \ git checkout 20dabcbccc50f8878525677b925a4c9abcaf9f54 && \ sed -i 's/aioredis/aioredis==1.3.1/g' requirements.txt && \ + sed -i 's/^aiohttp$/aiohttp==3.7.4/g' requirements.txt && \ cp /root/dist/config.yaml /opt/tanner/tanner/data && \ pip3 install --no-cache-dir setuptools && \ pip3 install --no-cache-dir -r requirements.txt && \