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 2901010 commit 82fb65b
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 @@ -24,7 +24,7 @@ RUN if [[ "$TARGETARCH" = "arm64" ]] ; \
then \
apk add unrtf --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ ; \
else \
apk add unrtf; \
apk add unrtf --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ ; \
fi

USER nobody:nogroup
Expand Down

0 comments on commit 82fb65b

Please sign in to comment.