Skip to content

Commit

Permalink
fixed the symlink and cleanedup old kernel so there is only one
Browse files Browse the repository at this point in the history
  • Loading branch information
hanthor committed Dec 18, 2024
1 parent 00b5e16 commit 7bee600
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ FROM quay.io/centos-bootc/centos-bootc:$MAJOR_VERSION
RUN mkdir -p /var/roothome

# Total hack to see if we can fix the /var/run symlink
RUN mkdir -p /var/run
RUN ln -sf /var/run /run
RUN ln -sf ../run /var/run

#Install codecs, Workstation, EPEL, CRB, etc.
COPY build.sh /tmp/build.sh

RUN chmod +x /tmp/build.sh &&\
/tmp/build.sh && \
dnf clean all && \
ostree container commit

# Just gotta get this green!
RUN bootc container lint || exit 0
RUN bootc container lint
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ dnf -y install @multimedia gstreamer1-plugins-{bad-*,good-*,base} lame*

dnf group install -y --nobest Workstation

sudo dnf remove $(dnf repoquery --installonly --latest-limit 1 -q)

systemctl enable gdm.service

0 comments on commit 7bee600

Please sign in to comment.