Skip to content

Commit

Permalink
build: fix docker result runtime
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Mar 23, 2024
1 parent 7ad5b90 commit b011743
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 @@ -21,7 +21,7 @@ RUN apk fix && \
cargo build --release --bin hawkeye

FROM public.ecr.aws/docker/library/alpine:3.19.0
RUN apk fix && apk --no-cache --update add git && \
RUN apk fix && apk --no-cache --update add gcompat libgcc git && \
git config --global --add safe.directory /github/workspace
COPY --from=build /build/target/release/hawkeye /bin/
WORKDIR /github/workspace/
Expand Down

0 comments on commit b011743

Please sign in to comment.