dist/ci/Dockerfile: include dup
before in
to handle major base changes.
This commit is contained in:
parent
bf1662b7df
commit
4c8c478fca
2
dist/ci/Dockerfile
vendored
2
dist/ci/Dockerfile
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user