Skip to content

Commit

Permalink
trigger rebuild on Homebrew layer (#1116)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Brennan <[email protected]>
  • Loading branch information
mauricioklein and kylos101 committed Jul 13, 2023
1 parent 07b3a8e commit 4c220b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunks/tool-brew/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${base}
USER gitpod

# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
ENV TRIGGER_REBUILD=4
ENV TRIGGER_REBUILD=5

RUN mkdir ~/.cache && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:$PATH
Expand Down

0 comments on commit 4c220b8

Please sign in to comment.