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 && \
33
33
rm -rf /cli/.akamai-cli/src/akamai-cli-netlist/.git
34
34
RUN akamai install https://github.com/apiheat/akamai-cli-overview --force && \
35
35
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 && \
37
39
chmod +x /usr/local/bin/realcoverage
38
40
39
41
ENV AKAMAI_CLI_HOME=/cli
You can’t perform that action at this time.
0 commit comments