mviereck / dockerfile-x11docker-deepin

3D desktop deepin from China
MIT License
33 stars 11 forks source link

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

Closed hongyi-zhao closed 3 years ago

hongyi-zhao commented 3 years ago

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

mviereck commented 3 years ago

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.

hongyi-zhao commented 3 years ago

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