From ad52c4ad83fd34825c1b911facd1750058b41a9f Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 2 Sep 2019 13:38:19 +0300 Subject: [PATCH] Update Dockerfile --- nextcloud/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/latest/Dockerfile b/nextcloud/latest/Dockerfile index 9e6ca54d0..32ce7eefb 100644 --- a/nextcloud/latest/Dockerfile +++ b/nextcloud/latest/Dockerfile @@ -1,3 +1,3 @@ FROM nextcloud:latest ENV DEBIAN_FRONTEND noninteractive -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 +RUN apt update -y && apt dist-upgrade -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 libsmbclient