Skip to content

Commit

Permalink
try curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 29, 2023
1 parent fa14bdd commit 8c4aea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
# Install Docker compose
RUN mkdir -p /usr/local/lib/docker/cli-plugins \
&& curl -fLo /usr/local/lib/docker/cli-plugins/docker-compose \
"https://github.com/docker/compose/releases/download/$DOCKER_CONFIG_VERSION/docker-compose-linux-x86_64" \
"https://github.com/docker/compose/releases/download/${DOCKER_CONFIG_VERSION}/docker-compose-linux-x86_64" \
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-compose

# Set up tool cache
Expand Down

0 comments on commit 8c4aea3

Please sign in to comment.