Skip to content

Commit

Permalink
formmatting Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hanthor committed Dec 18, 2024
1 parent 73393dd commit 27afa94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM quay.io/centos-bootc/centos-bootc:$MAJOR_VERSION

# See https://github.com/centos-workstation/achillobator/issues/3
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

Expand Down

0 comments on commit 27afa94

Please sign in to comment.