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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user