some upgrades
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user