`docker build -t autonml .` does not work
docker build -t autonml .
does not work
First I get the error:
The command '/bin/sh -c apt-get update || (apt-get install dirmngr && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157)' returned a non-zero code: 1
If I change it to apt-get install -y
, I get another error complaining about NO_PUBKEYS
Thoughts?
Thanks!