Skip to content

Commit

Permalink
Merge pull request #440 from aj-stein-nist/439-bug-tool_install-execu…
Browse files Browse the repository at this point in the history
…table

Make tools from tool_install executable too
  • Loading branch information
martinthomson authored Jul 22, 2024
2 parents 380520f + 788ba6b commit 9cb49f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN set -e; \
curl -SSLf -o "/usr/local/bin/${tool}" \
"https://raw.githubusercontent.com/ietf-tools/${tool}-mirror/${version}/${tool}"; \
[ $(sha256sum -b "/usr/local/bin/${tool}" | cut -d ' ' -f 1 -) = "$sha" ]; \
chmod 755 "/usr/local/bin/${tool}"; \
}; \
set -x; \
tool_install idnits bfda9518d5b4e8a682f2e6f34a449c2d3ea74539 \
Expand Down

0 comments on commit 9cb49f7

Please sign in to comment.