Ubuntu Docker Container update-ca-certificates: command not found
PEBKAC
turns out you need to run apt-get update
before you can install any other packages. After running the updates you can then apt-get install -y ca-certificates
and this is the package that contains the command update-ca-certificates