Update vcenter-simulator base to fedora:26 image.

This is required because govmomi now requires go 1.8+ to be installed.
pull/27089/head
Matt Clay 7 years ago
parent be8e5f8391
commit 2cafb934eb

@ -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/*; \

Loading…
Cancel
Save