File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ RUN akamai install property --force && \
3333 rm -rf /cli/.akamai-cli/src/akamai-cli-netlist/.git
3434RUN akamai install https://github.com/apiheat/akamai-cli-overview --force && \
3535 rm -rf /cli/.akamai-cli/src/akamai-cli-overview/.git
36- RUN wget --quiet -O /usr/local/bin/realcoverage https://github.com/apiheat/realcoverage/releases/download/v0.0.3/realcoverage_linux_amd64 && \
36+ RUN akamai install https://github.com/apiheat/akamai-cli-diagnostic-tools --force && \
37+ rm -rf /cli/.akamai-cli/src/akamai-cli-diagnostic-tools/.git
38+ RUN wget --quiet -O /usr/local/bin/realcoverage https://github.com/apiheat/realcoverage/releases/download/v0.0.4/realcoverage_linux_amd64 && \
3739 chmod +x /usr/local/bin/realcoverage
3840
3941ENV AKAMAI_CLI_HOME=/cli
You can’t perform that action at this time.
0 commit comments