Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 15, 2024
1 parent fa056f9 commit a819b6f
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 @@ -17,11 +17,13 @@ RUN mkdir -p /usr/local/lib/cbrew
COPY ./bin/init-brew /usr/local/bin
COPY ./bin/reload-init /usr/local/bin
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
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 ln -sf /home/linuxbrew/.linuxbrew /brew
RUN ln -sf /home/linuxbrew/.linuxbrew /var/lib/brew

0 comments on commit a819b6f

Please sign in to comment.