1
0

some upgrades

This commit is contained in:
2024-08-09 16:07:47 +02:00
parent 31768af600
commit 9c22f2203d
2 changed files with 51 additions and 28 deletions

View File

@ -3,6 +3,8 @@ FROM rust:latest as builder
COPY . .
RUN cargo build --release
# ===============================================================================
FROM ubuntu:latest
RUN apt update && apt upgrade -y && apt install iptables iptables-persistent -y