]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- another try to fix docker-travis-failure
authorArvin Schnell <aschnell@suse.de>
Thu, 18 Jun 2020 08:02:27 +0000 (10:02 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 18 Jun 2020 08:02:27 +0000 (10:02 +0200)
Dockerfile.tumbleweed

index 592d1b81697d1f0596601e7e131a682d5e486bea..c4f75fe643089a0d99cbafbe3570c4c5047e18d6 100644 (file)
@@ -9,7 +9,6 @@ FROM opensuse/${BUILD_FLAVOR}
 # the NON-OSS repo is not needed, save the network bandwidth and some time (~5 seconds) for each refresh
 RUN zypper mr -d repo-non-oss
 
-
 # we need to install Ruby first to define the %{rb_ver} RPM macro
 # see https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
 # https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/build-cache
@@ -18,7 +17,7 @@ RUN zypper --non-interactive in --no-recommends --force-resolution ruby && zyppe
 
 # add the YaST repository - we need rubygem-coveralls-lcov
 RUN zypper ar -f http://download.opensuse.org/repositories/YaST:/Head/openSUSE_Tumbleweed/ yast_tw
-RUN zypper ar -f http://download.opensuse.org/repositories/YaST:/Head/openSUSE_Leap_15.1_Update/ yast_lp
+RUN zypper ar -f http://download.opensuse.org/repositories/YaST:/Head/openSUSE_Leap_15.2_Update/ yast_lp
 RUN RUBY_VERSION=ruby:`rpm --eval '%{rb_ver}'` && \
   zypper --non-interactive --gpg-auto-import-keys \
   in --no-recommends \