Skip to content

Commit

Permalink
fix Dockerfile bug
Browse files Browse the repository at this point in the history
Signed-off-by: xiexianbin <[email protected]>
  • Loading branch information
xiexianbin committed Jun 2, 2022
1 parent 7842f1d commit 7ee04f0
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 @@ -26,7 +26,7 @@ RUN apk update && \
curl -s https://api.github.com/repos/x-actions/git-mirrors/releases/latest | \
sed -r -n '/browser_download_url/{/git-mirrors-linux/{s@[^:]*:[[:space:]]*"([^"]*)".*@\1@g;p;q}}' | xargs wget && \
chmod +x /tmp/git-mirrors-linux && \
cp /tmp/git-mirrors-linux /usr/local/bin/
mv /tmp/git-mirrors-linux /usr/local/bin/git-mirrors

ADD entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 7ee04f0

Please sign in to comment.