Files
kata-containers/rootfs-builder/clearlinux/Dockerfile.in
Marco Vedovati 92b42c7f6d agent: detect required Go version from versions.yaml
Detect the Go version required to build the agent from the versions.yaml
file in the runtime repository.

Fixes: #291

Signed-off-by: Marco Vedovati <mvedovati@suse.com>
2019-06-05 11:02:57 +02:00

23 lines
318 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 \
curl
# This will install the proper golang to build Kata components
@INSTALL_GO@