dist/ci/Dockerfile: switch to base tumbleweed image.

The official base image is now updated regularly so no need to use
custom rebuilding image.
This commit is contained in:
Jimmy Berry 2017-09-01 16:50:48 -05:00
parent 6b7fd1b095
commit c2ddfaee4b

2
dist/ci/Dockerfile vendored
View File

@ -1,7 +1,7 @@
# https://docs.docker.com/engine/reference/builder/
# Used for TEST_SUITE=distribution and deployment to OBS.
FROM boombatower/opensuse:tumbleweed
FROM opensuse:tumbleweed
MAINTAINER Jimmy Berry <jberry@suse.com>
RUN zypper -n ref && zypper -n dup && zypper -n in --no-recommends \