This reverts commit 038a2ff6bd3d610d9dac6bcd029827b215e9c5c1.
@@ -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 \