Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 16, 2024
1 parent 1910eff commit 415bcba
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 @@ -20,10 +20,12 @@ COPY ./bin/brew-export /usr/local/bin
COPY ./bin/brew-link /usr/local/bin
COPY ./profile.d/brew.sh /etc/profile.d
COPY ./systemd/brew-container.service /usr/local/lib/cbrew
COPY ./hbin/cbrewsh /usr/local/lib/cbrew
RUN chmod +x /usr/local/bin/init-brew
RUN chmod +x /usr/local/bin/reload-init
RUN chmod +x /usr/local/bin/brew-export
RUN chmod +x /usr/local/bin/brew-link
RUN chmod +x /usr/local/lib/cbrew/cbrewsh

RUN ln -sf /home/linuxbrew/.linuxbrew /brew
RUN ln -sf /home/linuxbrew/.linuxbrew /var/lib/brew

0 comments on commit 415bcba

Please sign in to comment.