Skip to content

Commit

Permalink
add tree package
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 8, 2024
1 parent 6f51181 commit a057a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 1_prune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,13 @@ rm -rf \
# OSTree will error out if both dirs exist
# And rpm-ostree will be confused and use only one of them
if [ -d ./usr/etc ]; then
echo
echo WARNING: FOUND /usr/etc. MERGING TO ETC FOR COMPATIBILITY
echo EXPECT PERMISSIONS ISSUES ON THE MERGED PATHS
echo The following files from /usr/etc will be merged to /etc:
tree ./usr/etc

echo
$RSYNC ./usr/etc/ ./etc
rm -rf ./usr/etc
fi
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN cargo build --release
FROM quay.io/fedora/fedora:40

# Install niceties
RUN dnf install -y python3 python3-pip python3-devel rsync git \
RUN dnf install -y python3 python3-pip python3-devel rsync git tree \
libzstd openssl glib2 ghc-gio ostree skopeo selinux-policy-targeted

# Copy the built binary after installing deps
Expand Down

0 comments on commit a057a99

Please sign in to comment.