add tradingview container

This commit is contained in:
Anders Rytter Hansen 2023-11-05 16:44:59 +01:00
commit 6cdf9c3fcc
3 changed files with 17 additions and 0 deletions

View file

@ -8,3 +8,5 @@ RUN git clone https://aur.archlinux.org/tradingview.git \
&& makepkg -si --noconfirm \
&& rm -rf /app/*
USER root
COPY create_shortcut /usr/local/bin/create_shortcut

View file

@ -0,0 +1,3 @@
#!/bin/sh
distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"

View file

@ -8,3 +8,15 @@ pull=true
root=false
replace=false
home="~/containers/general"
[tradingview]
image=ghcr.io/andersrh/containers/cachyos/tradingview:main
#additional_packages=" "
#export="app tradingview"
init_hooks="create_shortcut"
init=false
nvidia=true
pull=true
root=false
replace=false
home="~/containers/tradingview"