From f7af28fdf2bbb1efa08c39e9049b63ddaca2ecbf Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 17 Oct 2024 19:54:53 +0200 Subject: [PATCH] [fix] typo in Dockerfile Signed-off-by: Markus Heiser --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c12391276..0782d122b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,8 @@ 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 \