GPG error The following signatures couldn't be verified because the public key is not available – Debian
I'm following this guide for the installation of Docker inside a Jenkins container This is the Dockerfile of the Jenkins container: FROM jenkins:1.596 USER root RUN apt-get update RUN echo "jenkins ALL=NOPASSWD: ALL" >> /etc/sudoers # setup docker repository RUN…