Skip to content

Commit 03d15a9

Browse files
committed
chore(Dockerfile): add git tu runtime
1 parent 156c813 commit 03d15a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ RUN cargo build --release
1010

1111
FROM debian:bullseye-slim
1212
WORKDIR /etherface
13-
RUN apt update && apt install -y libpq5 libssl1.1 openssl ca-certificates
13+
RUN apt update && apt install -y libpq5 libssl1.1 openssl ca-certificates git
1414
COPY --from=builder /usr/src/etherface/target/release/etherface* /usr/local/bin/

0 commit comments

Comments
 (0)