diff --git a/Dockerfile b/Dockerfile index 8185614..fa81d1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/