Skip to content

Commit

Permalink
feat: upgrade to Fedora version 41 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNaN authored Dec 30, 2024
1 parent fbfaa40 commit eb95115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OS_VERSION=40
ARG OS_VERSION=41

FROM ghcr.io/ublue-os/sericea-main:$OS_VERSION

Expand All @@ -19,12 +19,12 @@ COPY files/usr /usr

# Swap SDDM for GDM
RUN \
rpm-ostree override remove sddm sddm-wayland-sway && \
rpm-ostree install gdm && \
dnf remove -y sddm sddm-wayland-sway && \
dnf install gdm && \
systemctl enable gdm

# Misc. packages
RUN rpm-ostree install \
RUN dnf install \
fish \
kubernetes-client \
grim \
Expand All @@ -34,7 +34,7 @@ RUN rpm-ostree install \

# Docker
RUN curl -o "/etc/yum.repos.d/docker.com.linux.fedora.docker-ce.repo" "https://download.docker.com/linux/fedora/docker-ce.repo" && \
rpm-ostree install docker-ce docker-ce-cli && \
dnf install docker-ce docker-ce-cli && \
systemctl enable docker

# Fingerprint reader setup
Expand Down

0 comments on commit eb95115

Please sign in to comment.