mirror of
https://github.com/gbrigandi/mcp-server-wazuh.git
synced 2026-01-05 11:46:55 -06:00
fix
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
|
||||
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
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
Reference in New Issue
Block a user