File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:latest
2
-
3
- ARG binary_version
1
+ FROM amd64/alpine:latest
4
2
5
3
ENV AKAMAI_CLI_HOME=/cli
6
4
@@ -35,7 +33,7 @@ RUN akamai install property --force && \
35
33
rm -rf /cli/.akamai-cli/src/akamai-cli-netlist/.git
36
34
RUN akamai install https://github.com/apiheat/akamai-cli-overview --force && \
37
35
rm -rf /cli/.akamai-cli/src/akamai-cli-overview/.git
38
- RUN wget --quiet -O /usr/local/bin/realcoverage https://github.com/apiheat/realcoverage/releases/download/v$binary_version /realcoverage_linux_amd64 && \
36
+ RUN wget --quiet -O /usr/local/bin/realcoverage https://github.com/apiheat/realcoverage/releases/download/v0.0.3 /realcoverage_linux_amd64 && \
39
37
chmod +x /usr/local/bin/realcoverage
40
38
41
39
ENV AKAMAI_CLI_HOME=/cli
You can’t perform that action at this time.
0 commit comments