From 2696b9d7d5359a3af5c886827ff9a9596cf3343f Mon Sep 17 00:00:00 2001 From: Ameer Hamza Date: Wed, 17 Jan 2024 12:19:15 +0800 Subject: [PATCH] Added git to the list of essential packages. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01e6bec..00b674e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN echo "if [ -f /etc/bash_completion ] && ! shopt -oq posix; then \ RUN apt update -RUN apt install -y curl wget nano lsb-core nano sudo bash-completion jq +RUN apt install -y curl wget nano lsb-core nano sudo bash-completion jq git RUN apt install -y net-tools iputils-ping tcpdump traceroute iproute2 iptables iperf3 dnsutils speedtest-cli