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" ]