mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-08 17:04:26 +01:00
builder: support proxy in distros based on yum or dnf
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>
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user