mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-17 05:14:31 +01:00
Add chrony to distro Dockerfile. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
14 lines
280 B
Docker
14 lines
280 B
Docker
#
|
|
# Copyright (C) 2018 Huawei Technologies Co., Ltd
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
FROM euleros:@OS_VERSION@
|
|
|
|
@SET_PROXY@
|
|
|
|
RUN yum -y update && yum install -y yum git make gcc coreutils chrony
|
|
|
|
# This will install the proper golang to build Kata components
|
|
@INSTALL_GO@
|