Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Nov 5, 2023
1 parent bbc3921 commit 2901010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG TARGETARCH
ARG BUILDARCH
RUN if [[ "$TARGETARCH" = "arm64" ]] ; \
then \
apk add unrtf --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/; \
apk add unrtf --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ ; \
else \
apk add unrtf; \
fi
Expand Down

0 comments on commit 2901010

Please sign in to comment.