Update vcenter-simulator base to fedora:26 image.

This is required because govmomi now requires go 1.8+ to be installed.
This commit is contained in:
Matt Clay 2017-08-04 10:50:52 -07:00
parent be8e5f8391
commit 2cafb934eb

View file

@ -1,4 +1,4 @@
FROM fedora:25
FROM fedora:26
RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); \
rm -f /lib/systemd/system/multi-user.target.wants/*; \