mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-29 12:04:21 +01:00
proxy server must be specified in configuration file of the package manager, /etc/yum.conf for yum or /etc/dnf/dnf.conf for dnf fixes #123 Signed-off-by: Julio Montes <julio.montes@intel.com>
14 lines
260 B
Docker
14 lines
260 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
|
|
|
|
# This will install the proper golang to build Kata components
|
|
@INSTALL_GO@
|