mviereck / dockerfile-x11docker-deepin

3D desktop deepin from China

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W: Cannot check Release signature; keyring file not available /usr/share/keyrings/deepin-archive-camel-keyring.gpg

hongyi-zhao opened this issue · comments

I try to build the docker image with this Dockerfile which is slightly revised base on your latest git master version, but I still see the following info during the image creating progress:

W: Cannot check Release signature; keyring file not available /usr/share/keyrings/deepin-archive-camel-keyring.gpg

Any hints/comments/fixes for this problem?

Regards,
HY

That is the keyring file that has been provided with deepin-keyring before.
Try to remove line

keyring /usr/share/keyrings/deepin-archive-camel-keyring.gpg\n\

in the debootstrap script.

Good catch! I've removed that line from the Dockerfile.