Skip to content

Commit

Permalink
Install git binary to delivery-service OCI-image
Browse files Browse the repository at this point in the history
Required for pull-request step to extract pull-request metadata.
  • Loading branch information
zkdev committed Apr 9, 2024
1 parent 3476d6d commit c60c765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY /dist /dist
RUN apk add --no-cache \
bash \
gcc \
git \
libc-dev \
libev-dev \
libffi-dev \
Expand Down

0 comments on commit c60c765

Please sign in to comment.