5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
|
|
FROM denoland/deno
|
||
|
|
|
||
|
|
RUN apt update && apt upgrade -y
|
||
|
|
RUN apt install -y git suricata nano
|
||
|
|
RUN apt install -y systemctl curl iproute2 ethtool
|