1
0

removing log, dep, and upgrading

This commit is contained in:
2024-09-22 04:05:35 +02:00
parent 1c414e204e
commit 19a69a2af1
4 changed files with 16 additions and 352 deletions

View File

@ -7,7 +7,7 @@ RUN cargo build --release
FROM ubuntu:latest
RUN apt update && apt upgrade -y && apt install iptables iptables-persistent -y
RUN apt update && apt upgrade -y && apt install iptables iptables-persistent systemd -y
COPY --from=builder /target/release/martillo-maldito ./
CMD [ "/martillo-maldito", "ban-server" ]