add cachyos general
This commit is contained in:
parent
f44104c0cb
commit
db2e555998
8 changed files with 195 additions and 0 deletions
18
containers/cachyos/general/Dockerfile
Normal file
18
containers/cachyos/general/Dockerfile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
USER build
|
||||
RUN yay -Sy --noconfirm vscodium-bin
|
||||
USER root
|
||||
|
||||
RUN pacman -Sy --noconfirm yt-dlp
|
||||
|
||||
COPY containers/general/bin/* /usr/local/bin/
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/flatpak
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/podman
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/nvtop
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/distrobox
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/uksmdstats
|
||||
RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/kerver
|
||||
9
containers/cachyos/general/build.sh
Executable file
9
containers/cachyos/general/build.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
APPNAME="general"
|
||||
|
||||
podman build -t andersrh/cachyos/$APPNAME -f cachyos.Dockerfile .
|
||||
podman rm -f $APPNAME-cachyos
|
||||
distrobox create --image andersrh/cachyos/$APPNAME --home ~/containers/$APPNAME/ $APPNAME-cachyos
|
||||
|
||||
distrobox enter $APPNAME-cachyos -- distrobox-export --app codium
|
||||
Loading…
Add table
Add a link
Reference in a new issue