akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
39 stars 15 forks source link

upx is missing for aarch64 #54

Open jpayne-procella opened 3 years ago

jpayne-procella commented 3 years ago

Recent versions of alpine do not include upx, see Alpine issue and UPX issue.

This excludes Raspberry Pi and Apple Silicon Macs from being able to use akamai-docker either from docker hub or from building locally.

jpayne-procella commented 3 years ago

PR #55 is a possible short term fix for at least allowing local build and run on this architecture.