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 \
|
||||
&& rm -rf /app/*
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue