Skip to content

Commit

Permalink
Missed diagnostic tools binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Artamonov committed Jul 8, 2020
1 parent 530fe93 commit 8ee42a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ RUN akamai install property --force && \
rm -rf /cli/.akamai-cli/src/akamai-cli-netlist/.git
RUN akamai install https://github.com/apiheat/akamai-cli-overview --force && \
rm -rf /cli/.akamai-cli/src/akamai-cli-overview/.git
RUN wget --quiet -O /usr/local/bin/realcoverage https://github.com/apiheat/realcoverage/releases/download/v0.0.3/realcoverage_linux_amd64 && \
RUN akamai install https://github.com/apiheat/akamai-cli-diagnostic-tools --force && \
rm -rf /cli/.akamai-cli/src/akamai-cli-diagnostic-tools/.git
RUN wget --quiet -O /usr/local/bin/realcoverage https://github.com/apiheat/realcoverage/releases/download/v0.0.4/realcoverage_linux_amd64 && \
chmod +x /usr/local/bin/realcoverage

ENV AKAMAI_CLI_HOME=/cli
Expand Down

0 comments on commit 8ee42a0

Please sign in to comment.