From 8552b5cca94e82ac0b791e63e5427e4afbb4fd4a Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 29 Jun 2018 14:26:36 -0500 Subject: [PATCH] dockerfile: pkgs: Installation vebose the installation takes a long time without print anything add verbose to know is doing something. Signed-off-by: Jose Carlos Venegas Munoz --- obs-packaging/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-packaging/Dockerfile b/obs-packaging/Dockerfile index 648aef10ac..9b8c143d3d 100644 --- a/obs-packaging/Dockerfile +++ b/obs-packaging/Dockerfile @@ -5,7 +5,7 @@ ARG SUSE_VERSION=${SUSE_VERSION:-42.3} ARG GO_ARCH=${GO_ARCH:-amd64} # Get OBS client, plugins and dependencies -RUN zypper -n install osc-plugin-install vim curl bsdtar git sudo pcre-tools +RUN zypper -v -n install osc-plugin-install vim curl bsdtar git sudo pcre-tools RUN curl -OkL https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_${SUSE_VERSION}/openSUSE:Tools.repo RUN zypper -n addrepo openSUSE:Tools.repo RUN zypper --gpg-auto-import-keys refresh