add x2go/xfce-debian docker image

* VDI server with temporary encrypted /home
This commit is contained in:
Yann Autissier
2022-04-05 18:07:14 +02:00
parent 093b99b0e3
commit f05f55cfdd
9 changed files with 200 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -eu
TZ="${TZ:-UTC}"
printf "%s\n" "${TZ}" > /etc/timezone
unlink /etc/localtime && ln -s "/usr/share/zoneinfo/${TZ}" /etc/localtime