# Copyright (c) 2017 VMware, Inc. All Rights Reserved
# SPDX-License-Identifier: BSD-2-Clause
FROM vmware/photon2:GA                 
RUN tyum install -y git && tyum clean all
RUN tyum install -y vim && tyum clean all
