mirror of
https://github.com/gbrigandi/mcp-server-wazuh.git
synced 2025-07-13 07:04:49 -06:00
fix
This commit is contained in:
parent
e95b3fb199
commit
cc6f0871ca
@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y pkg-config libssl-dev && \
|
apt-get install -y pkg-config libssl-dev build-essential perl make && \
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
Loading…
Reference in New Issue
Block a user