Skip to content

Commit 84b26d4

Browse files
Add curl?
1 parent eadf8d7 commit 84b26d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ COPY . .
55
RUN cargo install --path .
66

77
FROM debian:trixie-slim
8+
RUN apt-get update && apt-get install -y libcurl4-openssl-dev && rm -rf /var/lib/apt/lists/*
89
COPY --from=builder /usr/local/cargo/bin/saluki /usr/local/bin/saluki
910
ENTRYPOINT ["saluki"]

0 commit comments

Comments
 (0)