I am building a new Docker image with:
FROM alpine:3.4
RUN apk upgrade --update
However, its failing with the error:
[INFO] /bin/sh: apk: not found
This seems to work fine on my local machine (Mac OSX) but when I try building it on a Linux CentOS 7 machine it fails.