Skip to content

Commit ca874f0

Browse files
authored
feat: add git (#4)
1 parent a696976 commit ca874f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ FROM alpine:${ALPINE_VERSION} AS biome
2424

2525
COPY --from=builder /usr/src/biome/target/release/biome /usr/local/bin/biome
2626

27+
# Install git and flag to repo safe
28+
RUN apk add --no-cache git
29+
RUN git config --global --add safe.directory /code
30+
2731
WORKDIR /code
2832

2933
ENTRYPOINT [ "/usr/local/bin/biome" ]

0 commit comments

Comments
 (0)