dobu/apps/audacity/Containerfile
Peter Cai 74b7b732c4 Add Audacity packaging
TODO: Once we are talking music stuff, we probably want JACK support.
2024-04-05 21:36:26 -04:00

13 lines
263 B
Docker

FROM dobu/deps-base-archlinux:latest
ARG UPSTREAM_VERSION
RUN pacman -Syu --noconfirm \
&& pacman -S --noconfirm audacity
USER user
LABEL net.typeblog.dobu.desktop_file_path="/usr/share/applications/audacity.desktop"
ENTRYPOINT [ "/usr/bin/audacity" ]