Skip to content

Commit

Permalink
fix: rootfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 18, 2024
1 parent dc5df2d commit bf05d4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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

COPY build.sh /tmp/build.sh

RUN chmod +x /tmp/build.sh &&\
Expand Down

0 comments on commit bf05d4f

Please sign in to comment.