add tradingview container
This commit is contained in:
parent
31a045da3a
commit
6cdf9c3fcc
3 changed files with 17 additions and 0 deletions
|
|
@ -8,3 +8,5 @@ RUN git clone https://aur.archlinux.org/tradingview.git \
|
||||||
&& makepkg -si --noconfirm \
|
&& makepkg -si --noconfirm \
|
||||||
&& rm -rf /app/*
|
&& rm -rf /app/*
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
COPY create_shortcut /usr/local/bin/create_shortcut
|
||||||
|
|
|
||||||
3
containers/cachyos/tradingview/create_shortcut
Executable file
3
containers/cachyos/tradingview/create_shortcut
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||||
|
|
@ -8,3 +8,15 @@ pull=true
|
||||||
root=false
|
root=false
|
||||||
replace=false
|
replace=false
|
||||||
home="~/containers/general"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue