Skip to content

Commit

Permalink
[fix] typo in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Heiser <[email protected]>
  • Loading branch information
return42 committed Oct 17, 2024
1 parent 4ef1c70 commit 038a2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 038a2ff

Please sign in to comment.