From 148ca97819c3ead6afc94cb3a62f389f59c174a2 Mon Sep 17 00:00:00 2001 From: Ameer Hamza Date: Fri, 22 Sep 2023 12:19:38 +0800 Subject: [PATCH] Added package software-properties-common. it is useful for many apt commands. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b7c3c22..05ccae4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ RUN apt install -y curl wget nano lsb-core nano sudo bash-completion RUN apt install -y net-tools iputils-ping tcpdump traceroute iproute2 iptables iperf3 dnsutils speedtest-cli +RUN apt install -y software-properties-common + # Installing locales RUN apt install -y locales ENV LC_ALL en_US.UTF-8