Skip to content

Commit 8ee42a0

Browse files
author
Petr Artamonov
committed
Missed diagnostic tools binary
1 parent 530fe93 commit 8ee42a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ RUN akamai install property --force && \
3333
rm -rf /cli/.akamai-cli/src/akamai-cli-netlist/.git
3434
RUN 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

3941
ENV AKAMAI_CLI_HOME=/cli

0 commit comments

Comments
 (0)