move Qt creator to cachyos container
This commit is contained in:
parent
6b159701b2
commit
86ca89e7aa
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ USER build
|
|||
RUN yay -Sy --noconfirm vscodium-bin
|
||||
USER root
|
||||
|
||||
RUN pacman -Sy --noconfirm yt-dlp mesa-utils
|
||||
RUN pacman -Sy --noconfirm yt-dlp mesa-utils qtcreator
|
||||
|
||||
COPY containers/general/bin/* /usr/local/bin/
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/flatpak
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ FROM ghcr.io/andersrh/containers/fedora-toolbox/base-gui:main
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN dnf install -y xwininfo yt-dlp neofetch dnstop fedmod flatpak-module-tools fedpkg net-tools x2goclient qt-creator
|
||||
RUN dnf install -y xwininfo yt-dlp neofetch dnstop fedmod flatpak-module-tools fedpkg net-tools x2goclient
|
||||
|
||||
COPY containers/general/bin/* /usr/local/bin/
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/flatpak
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ distrobox create -i ghcr.io/andersrh/containers/fedora-toolbox/general:main --nv
|
|||
distrobox enter tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
distrobox enter ledgerlive -- distrobox-export --app ledger-live-desktop --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
distrobox enter general -- distrobox-export --app x2goclient
|
||||
distrobox enter general -- distrobox-export --app qtcreator
|
||||
distrobox enter general-cachyos -- distrobox-export --app qtcreator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue