Files
LazyPM/build/Dockerfile
Robin Olsen efb16f37bd 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
2026-02-26 18:08:57 +01:00

9 lines
269 B
Docker

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
COPY setup-desktop.sh /custom-cont-init.d/01-setup-desktop.sh
RUN chmod +x /custom-cont-init.d/01-setup-desktop.sh