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:
parent
6b7fd1b095
commit
c2ddfaee4b
2
dist/ci/Dockerfile
vendored
2
dist/ci/Dockerfile
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user