Skip to content

Commit

Permalink
fix another build error
Browse files Browse the repository at this point in the history
  • Loading branch information
broizter committed Mar 4, 2024
1 parent 7a22199 commit cdf03a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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 && \
if ! [ -d /root/.config/fish ]; then mkdir -p /root/.config/fish ; fi && \
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 cdf03a4

Please sign in to comment.