diff --git a/images/20-desktop/Dockerfile b/images/20-desktop/Dockerfile new file mode 100644 index 00000000..e7ca331e --- /dev/null +++ b/images/20-desktop/Dockerfile @@ -0,0 +1,2 @@ +FROM rancher/os-ubuntuconsole +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y xfce4 slim diff --git a/images/20-desktop/prebuild.sh b/images/20-desktop/prebuild.sh new file mode 100755 index 00000000..d4c8cdb0 --- /dev/null +++ b/images/20-desktop/prebuild.sh @@ -0,0 +1,12 @@ +#!/bin/bash +set -e + +cd $(dirname $0) + +rm -rf ./build +mkdir -p ./build +cp ./../01-base/entry.sh ./build/ +cp ./../02-console/console.sh ./build/ +cp ./../02-console/docker-init ./build/ +cp ./../02-console/update-ssh-keys ./build/ +cp ./../02-console/rancheros-install ./build/