selkies branch

This commit is contained in:
thelamer 2025-07-19 14:40:36 -04:00
parent cbbb267549
commit cb8e635b41
No known key found for this signature in database
11 changed files with 81 additions and 65 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble
FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
# set version label
ARG BUILD_DATE
@ -15,7 +15,7 @@ ENV TITLE=Audacity
RUN \
echo "**** add icon ****" && \
curl -o \
/kclient/public/icon.png \
/usr/share/selkies/www/icon.png \
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png && \
echo "**** install packages ****" && \
apt-get update && \