change base image of os to alpine-xfce

make sure we have required packages to run go apps
add maketile commands for building and running os
This commit is contained in:
Robin Olsen
2026-02-26 18:08:57 +01:00
parent c769c901cf
commit efb16f37bd
2 changed files with 19 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
FROM lscr.io/linuxserver/webtop:arch-kde
FROM lscr.io/linuxserver/webtop:latest
RUN apk add --no-cache gcompat libc6-compat
COPY survey /usr/local/bin/survey
RUN chmod +x /usr/local/bin/survey