Skip to content

Commit

Permalink
add docker-compose to path
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 29, 2023
1 parent f2108e7 commit 83cc492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
RUN curl -fLo /usr/local/lib/docker/cli-plugins/docker-compose \
https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-linux-x86_64 \
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
&& echo "export PATH=$PATH:/usr/local/lib/docker/cli-plugins" > /etc/profile.d/99-docker-plugins.sh


# Set up tool cache
ENV RUNNER_TOOL_CACHE=/opt/hostedtoolcache
Expand Down

0 comments on commit 83cc492

Please sign in to comment.