rootfs: Include chrony in the Dockerfile images

Add chrony to distro Dockerfile.

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde
2019-03-19 14:34:14 -07:00
parent 0b33519709
commit 8fe64058aa
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ From fedora:27
@SET_PROXY@
RUN dnf -y update && dnf install -y git systemd pkgconfig gcc coreutils libseccomp libseccomp-devel
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@