Skip to content

Commit

Permalink
fixup! Fix the Github build issue related to homebrew root detection
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Feb 27, 2024
1 parent f5ab53e commit 75e78f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ RUN apt-get -qq update \
RUN curl -L "https://github.com/marvinpinto/slc/releases/download/latest/slc_linux_amd64" -o /usr/local/bin/slc \
&& chmod +x /usr/local/bin/slc

# Manually add a /.dockerenv file (to work around buildx not providing it)
RUN touch /.dockerenv

# Environment setup
RUN mkdir -p /home/worker/app \
&& touch /home/worker/app/.placeholder \
Expand Down

0 comments on commit 75e78f9

Please sign in to comment.