Revert "[fix] typo in Dockerfile"

This reverts commit 038a2ff6bd.
This commit is contained in:
Markus Heiser 2024-10-28 08:18:00 +01:00 committed by Markus Heiser
parent 3e5621e1af
commit 163031c394
1 changed files with 1 additions and 2 deletions

View File

@ -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 \