build: Cleanup python2 from suse build and uplift opensuse version
[vpp.git] / extras / rpm / opensuse / Dockerfile
index 47ca271..34a39ea 100644 (file)
@@ -1,11 +1,12 @@
 # Run from top of vpp repo with command:
 # docker build -f extras/rpm/opensuse/Dockerfile .
 
-ARG SUSE_VERSION=15.3
+ARG SUSE_VERSION=15.4
 
 FROM opensuse/leap:${SUSE_VERSION} as vppbuild
 COPY . /vpp
 WORKDIR /vpp
+RUN zypper refresh
 RUN zypper install -y make sudo
 COPY . .
 RUN UNATTENDED=y make install-dep