mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-24 02:42:46 +00:00
7 lines
220 B
Docker
7 lines
220 B
Docker
# Dockerfile to create OpenMandriva linux 2014/cooker base images
|
|
# Create base image with mkimage-urpmi.sh script
|
|
#
|
|
|
|
FROM scratch
|
|
MAINTAINER "Alexander Stefanov-Khryukin" <alexander@mezon.ru>
|
|
ADD rootfs-cooker.tar.xz /
|