2020-02-17 12:23:15 +01:00
|
|
|
# Dockerfile for creating VILLAS live images
|
|
|
|
#
|
2022-03-15 09:18:01 -04:00
|
|
|
# Author: Steffen Vogel <post@steffenvogel.de>
|
2022-03-04 06:02:55 -05:00
|
|
|
# SPDX-FileCopyrightText: 2017-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2022-07-04 18:20:03 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2020-02-17 12:23:15 +01:00
|
|
|
|
2023-01-11 12:16:28 +01:00
|
|
|
FROM fedora:36
|
2020-02-17 12:23:15 +01:00
|
|
|
|
|
|
|
RUN dnf -y install \
|
|
|
|
git \
|
|
|
|
lorax \
|
2022-03-04 06:02:55 -05:00
|
|
|
rclone \
|
|
|
|
make \
|
|
|
|
wget \
|
2020-02-17 12:23:15 +01:00
|
|
|
lorax-lmc-novirt \
|
|
|
|
lorax-lmc-virt \
|
2022-03-04 06:02:55 -05:00
|
|
|
livecd-tools
|