mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-14 11:54:28 +01:00
Add chrony to distro Dockerfile. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
14 lines
295 B
Docker
14 lines
295 B
Docker
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
From fedora:27
|
|
|
|
@SET_PROXY@
|
|
|
|
RUN dnf -y update && dnf install -y git systemd pkgconfig gcc coreutils libseccomp libseccomp-devel chrony
|
|
|
|
# This will install the proper golang to build Kata components
|
|
@INSTALL_GO@
|