Skip to content

Commit 2abba81

Browse files
committed
fix: add build-essential to docker
1 parent 4ffe002 commit 2abba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rust:slim-bookworm as builder
22

3-
RUN apt update && apt install -y curl libssl-dev pkg-config && apt clean all
3+
RUN apt update && apt install -y curl libssl-dev pkg-config build-essential && apt clean all
44

55
ADD . /agent
66
WORKDIR /agent

0 commit comments

Comments
 (0)