We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadf8d7 commit 84b26d4Copy full SHA for 84b26d4
1 file changed
Containerfile
@@ -5,5 +5,6 @@ COPY . .
5
RUN cargo install --path .
6
7
FROM debian:trixie-slim
8
+RUN apt-get update && apt-get install -y libcurl4-openssl-dev && rm -rf /var/lib/apt/lists/*
9
COPY --from=builder /usr/local/cargo/bin/saluki /usr/local/bin/saluki
10
ENTRYPOINT ["saluki"]
0 commit comments