We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffe002 commit 2abba81Copy full SHA for 2abba81
Dockerfile
@@ -1,6 +1,6 @@
1
FROM rust:slim-bookworm as builder
2
3
-RUN apt update && apt install -y curl libssl-dev pkg-config && apt clean all
+RUN apt update && apt install -y curl libssl-dev pkg-config build-essential && apt clean all
4
5
ADD . /agent
6
WORKDIR /agent
0 commit comments