dist/ci/Dockerfile: include dup before in to handle major base changes.

This commit is contained in:
Jimmy Berry 2017-08-18 14:47:00 -05:00
parent bf1662b7df
commit 4c8c478fca

2
dist/ci/Dockerfile vendored
View File

@ -4,7 +4,7 @@
FROM boombatower/opensuse:tumbleweed
MAINTAINER Jimmy Berry <jberry@suse.com>
RUN zypper ref && zypper -n in --no-recommends \
RUN zypper -n ref && zypper -n dup && zypper -n in --no-recommends \
obs-service-download_files \
obs-service-format_spec_file \
obs-service-obs_scm \