mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
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 <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
51a3c71dc1
commit
8552b5cca9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user