Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 19, 2024
1 parent 5072d3a commit 59c9648
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 @@ -22,12 +22,14 @@ COPY ./profile.d/brew.sh /etc/profile.d
COPY ./systemd/brew-container.service /usr/lib/cbrew
COPY ./hbin/cbrewsh /usr/lib/cbrew
COPY ./hbin/regen-cbrew /usr/lib/cbrew
COPY ./hbin/ecbrew /usr/lib/cbrew
RUN chmod +x /usr/bin/init-brew
RUN chmod +x /usr/bin/reload-init
RUN chmod +x /usr/bin/brew-export
RUN chmod +x /usr/bin/brew-link
RUN chmod +x /usr/lib/cbrew/cbrewsh
RUN chmod +x /usr/lib/cbrew/regen-cbrew
RUN chmod +x /usr/lib/cbrew/ecbrew

RUN rm -rf /usr/local/sbin
RUN ln -sf /usr/local/bin /usr/local/sbin
Expand Down

0 comments on commit 59c9648

Please sign in to comment.