get from Chaotic-AUR instead

the package seems more frequently updated

build script: ed7f73b7f1/tradingview/PKGBUILD.append (L4)
This commit is contained in:
Anders Rytter Hansen 2023-11-11 09:42:33 +01:00
commit 2e6153f185

View file

@ -2,10 +2,4 @@ FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
WORKDIR /app
USER build
RUN git clone https://aur.archlinux.org/tradingview.git \
&& cd tradingview \
&& makepkg -si --noconfirm \
&& rm -rf /app/*
USER root
RUN pacman -Sy --noconfirm tradingview