Akamai – API e Cli

  • httpie-edgegrid – Dockerfile
FROM alpine:latest
RUN apk --no-cache update
RUN apk add --no-cache build-base python3 python3-dev py3-pip git libffi libffi-dev openssl openssl-dev bash
RUN pip install httpie-edgegrid
RUN rm -rf /var/cache/apk/*