You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2022/07/13 08:42:35 UTC

[jspwiki] branch master updated: forgot to add -y on apt upgrade

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 52274290c forgot to add -y on apt upgrade
52274290c is described below

commit 52274290ca66ff6bf41af84d9a4575bb4801f213
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Wed Jul 13 10:42:31 2022 +0200

    forgot to add -y on apt upgrade
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 777e4a399..ddf61c3eb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ ENV jspwiki_xmlGroupDatabaseFile /var/jspwiki/etc/groupdatabase.xml
 RUN set -x \
  && export DEBIAN_FRONTEND=noninteractive \
  && apt update \
- && apt upgrade \
+ && apt upgrade -y \
  && apt install --fix-missing --quiet --yes unzip
 
 #