From 12598548addb9d539b0001782c63bc5f207f1eb1 Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 10 Apr 2019 01:50:48 +0300 Subject: [PATCH] Update Dockerfile --- balancer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balancer/Dockerfile b/balancer/Dockerfile index bdd24e25b..be9c256a2 100644 --- a/balancer/Dockerfile +++ b/balancer/Dockerfile @@ -12,7 +12,7 @@ COPY locale.gen /etc/locale.gen RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections #installing utils -RUN apt-get update && apt-get install -y --allow-unauthenticated nano ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx fontconfig +RUN apt-get update && apt-get install -y --allow-unauthenticated ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx fontconfig smbclient nano #installing nginx repo RUN wget -O /etc/apt/trusted.gpg.d/nginx-mainline.gpg https://packages.sury.org/nginx-mainline/apt.gpg