Skip to content

Commit

Permalink
Dockerfile: set XDG_CACHE_HOME to fix umask in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Nov 21, 2023
1 parent 189d709 commit 54abce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN apt-get update \
USER linuxbrew
COPY --chown=linuxbrew:linuxbrew . /home/linuxbrew/.linuxbrew/Homebrew
ENV PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}" \
XDG_CACHE_HOME=/home/linuxbrew/.cache \
HOMEBREW_RUBY3=1
WORKDIR /home/linuxbrew

Expand Down

0 comments on commit 54abce3

Please sign in to comment.