Skip to content

Commit

Permalink
dropped btrfs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hanthor committed Dec 18, 2024
1 parent a20bd1f commit 2beeae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ ARG MAJOR_VERSION="${CENTOS_MAJOR_VERSION:-stream10}"
FROM quay.io/centos-bootc/centos-bootc:$MAJOR_VERSION

# See https://github.com/centos-workstation/achillobator/issues/3
RUN mkdir -p /var/roothome && ln -sf /run /var/run
RUN mkdir -p /var/roothome
RUN mkdir -p /var/run
RUN ln -sf /var/run /run

COPY build.sh /tmp/build.sh

Expand Down

0 comments on commit 2beeae9

Please sign in to comment.