Skip to content

Commit

Permalink
run lld again
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed Jan 16, 2024
1 parent e0db712 commit 0d1de53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/anki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get -y update && apt-get -y install protobuf-compiler clang mold musl mu
ENV PROTOC=/usr/bin/protoc
RUN echo "build anki version ${version} for $(cat /.target)"
RUN cargo install --locked --target "$(cat /.target)" --git https://github.com/ankitects/anki.git --tag ${version} anki-sync-server
#RUN ldd /usr/local/cargo/bin/anki-sync-server
RUN ldd /usr/local/cargo/bin/anki-sync-server


FROM --platform=$BUILDPLATFORM scratch
Expand Down
5 changes: 0 additions & 5 deletions dockerfiles/anki/index.json

This file was deleted.

0 comments on commit 0d1de53

Please sign in to comment.