Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 8, 2024
1 parent 44a154f commit 7d7805a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ RUN ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update

COPY ./bin/init-brew /usr/local/bin
COPY ./profile.d/brew.sh /etc/profile.d
RUN chmod +x /usr/local/bin/init-brew


0 comments on commit 7d7805a

Please sign in to comment.