Skip to content

Commit

Permalink
Merge pull request #16245 from Bo98/gha-umask-fix
Browse files Browse the repository at this point in the history
Dockerfile: set `XDG_CACHE_HOME` to fix `umask` in GitHub Actions
  • Loading branch information
Bo98 authored Nov 22, 2023
2 parents 189d709 + 54abce3 commit f6a741b
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 f6a741b

Please sign in to comment.