From 163031c39486918b920452a7fcc910e7e74b6ded Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 28 Oct 2024 08:18:00 +0100 Subject: [PATCH] Revert "[fix] typo in Dockerfile" This reverts commit 038a2ff6bd3d610d9dac6bcd029827b215e9c5c1. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0782d122b..c12391276 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,8 +43,7 @@ RUN apk add --no-cache -t build-dependencies \ tini \ uwsgi \ uwsgi-python3 \ - brotli - + brotli \ # For 32bit arm architecture install pydantic from the alpine repos instead of requirements.txt ARG TARGETARCH RUN if [ "$TARGETARCH" = "arm" ]; then \