mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
live-iso: update Dockerfile
This commit is contained in:
parent
93d6239c9a
commit
747eeac6ba
1 changed files with 6 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# Dockerfile for creating VILLAS live images
|
||||
#
|
||||
# @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
||||
# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC
|
||||
# @copyright 2017-2022, Institute for Automation of Complex Power Systems, EONERC
|
||||
# @license GNU General Public License (version 3)
|
||||
#
|
||||
# VILLASnode
|
||||
|
@ -20,18 +20,14 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
###################################################################################
|
||||
|
||||
FROM fedora:29
|
||||
MAINTAINER Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
||||
FROM fedora:35
|
||||
|
||||
RUN dnf -y install \
|
||||
git \
|
||||
lorax \
|
||||
rclone \
|
||||
make \
|
||||
wget \
|
||||
lorax-lmc-novirt \
|
||||
lorax-lmc-virt \
|
||||
livecd-tools \
|
||||
openssh-clients
|
||||
|
||||
RUN dnf -y install make wget
|
||||
|
||||
RUN mkdir -p ~/.ssh
|
||||
RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
livecd-tools
|
||||
|
|
Loading…
Add table
Reference in a new issue