remove tradingview container

This commit is contained in:
Anders Rytter Hansen 2024-01-08 18:58:27 +01:00
commit b2ca8a5c50
5 changed files with 0 additions and 159 deletions

View file

@ -1,5 +0,0 @@
FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
WORKDIR /app
RUN pacman -Sy --noconfirm tradingview

View file

@ -1,8 +0,0 @@
#!/bin/sh
APPNAME="tradingview"
podman build -t andersrh/cachyos/$APPNAME -f Dockerfile .
podman rm -f $APPNAME
distrobox create --image ghcr.io/andersrh/containers/cachyos/$APPNAME --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"