mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-14 11:54:28 +01:00
Use fedora 30 in docker images. Fixes: #331 Signed-off-by: Jose Carlos Venegas Munoz <jcvenega@jcvenega-nuc.zpn.intel.com>
23 lines
313 B
Docker
23 lines
313 B
Docker
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
From fedora:30
|
|
|
|
@SET_PROXY@
|
|
|
|
RUN dnf -y update && dnf install -y \
|
|
chrony \
|
|
curl \
|
|
gcc \
|
|
git \
|
|
libseccomp \
|
|
libseccomp-devel \
|
|
make \
|
|
pkgconfig \
|
|
systemd
|
|
|
|
# This will install the proper golang to build Kata components
|
|
@INSTALL_GO@
|