forked from Mirror/docker-audacity
rebase to kasmvnc jammy baseimage
This commit is contained in:
parent
d835409fed
commit
68d4b5084e
3 changed files with 71 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:jammy
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntujammy
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
@ -9,6 +9,9 @@ ARG AUDACITY_VERSION
|
|||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="aptalca"
|
||||
|
||||
# title
|
||||
ENV TITLE=Audacity
|
||||
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apt-get update && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue