Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
broizter committed Mar 4, 2024
1 parent 726559f commit 7a22199
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 @@ -15,7 +15,7 @@ chmod 700 /root/.ssh && \
chmod 400 /root/.ssh/authorized_keys && \
curl -L https://github.com/docker/compose/releases/download/v2.24.6/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose && \
chmod +x /usr/local/bin/docker-compose && \
abbr -a dc docker compose -f $COMPOSE_FILE
echo "abbr -a dc docker compose -f $COMPOSE_FILE" | tee -a /root/.config/fish/config.fish

COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/

Expand Down

0 comments on commit 7a22199

Please sign in to comment.