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