Michael
Results
1
comments of
Michael
@seekermarcel hey! You can solve it by adding something like this to bypass gpgcheck: `RUN echo 'Acquire::AllowInsecureRepositories "true";' > /etc/apt/apt.conf.d/99insecure \ && echo 'APT::Get::AllowUnauthenticated "true";' >> /etc/apt/apt.conf.d/99insecure` Not the secure...