Skip to content

Commit

Permalink
feat: Add unrar by default, this is used by enough games & mods to be…
Browse files Browse the repository at this point in the history
… a default package.

chore: Remove waydroid on Fedora 39 builds, we'll be switching to distrobox images for this going forward.
  • Loading branch information
KyleGospo committed Sep 30, 2023
1 parent d90fe01 commit 4ca5a6a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ RUN rpm-ostree install \
yad \
f3 \
pulseaudio-utils \
unrar \
lzip \
twitter-twemoji-fonts \
lato-fonts \
fira-code-fonts && \
Expand Down Expand Up @@ -163,10 +165,12 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
rpm-ostree install \
rocm-hip \
rocm-opencl \
waydroid \
lzip \
weston \
rocm-opencl && \
if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
rpm-ostree install \
waydroid \
weston \
; fi \
; else \
rpm-ostree override remove \
distrobox && \
Expand Down

0 comments on commit 4ca5a6a

Please sign in to comment.