Skip to content

Commit

Permalink
try harder to set path
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 29, 2023
1 parent bf4f4bc commit fdf358f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
# Install Docker compose
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

&& chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
ENV PATH="${PATH}:/usr/local/lib/docker/cli-plugins"

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

0 comments on commit fdf358f

Please sign in to comment.