From b78951e8790531e96690af9bcd7a8989c74d2e9b Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 10 Apr 2019 01:51:18 +0300 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 3f8dec4f4..9e6ca54d0 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,3 +1,3 @@ FROM nextcloud:latest ENV DEBIAN_FRONTEND noninteractive -RUN apt update -y && apt install -y --allow-unauthenticated ca-certificates gnupg apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx fontconfig sudo smbclient nano +RUN apt update -y && apt 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