You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, while trying to build the docker image for CKG i got an error messege:
"ERROR: failed to solve: process "/bin/sh -c apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 51716619E084DAB9" did not complete successfully: exit code: 2"
I think this is because apt-key command is deprecated.
Can you update the DockerFile with an updated command?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, while trying to build the docker image for CKG i got an error messege:
"ERROR: failed to solve: process "/bin/sh -c apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 51716619E084DAB9" did not complete successfully: exit code: 2"
I think this is because apt-key command is deprecated.
Can you update the DockerFile with an updated command?
Thanks.
The text was updated successfully, but these errors were encountered: