Browse Source

Revert "[fix] typo in Dockerfile"

This reverts commit 038a2ff6bd3d610d9dac6bcd029827b215e9c5c1.
Markus Heiser 6 months ago
parent
commit
163031c394
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -43,8 +43,7 @@ RUN apk add --no-cache -t build-dependencies \
     tini \
     tini \
     uwsgi \
     uwsgi \
     uwsgi-python3 \
     uwsgi-python3 \
-    brotli
-
+    brotli \
 # For 32bit arm architecture install pydantic from the alpine repos instead of requirements.txt
 # For 32bit arm architecture install pydantic from the alpine repos instead of requirements.txt
 ARG TARGETARCH
 ARG TARGETARCH
 RUN if [ "$TARGETARCH" = "arm" ]; then \
 RUN if [ "$TARGETARCH" = "arm" ]; then \