Skip to content

Commit

Permalink
dist/oth/debian apt-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 27, 2024
1 parent f64e293 commit ee55068
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distros/src/oth/Dockerfile.apt-debian
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ ENV \
# mirrors.tuna.tsinghua.edu.cn mirrors.ustc.edu.cn
# mirrors.163.com mirrors.aliyun.com mirrors.tencentyun.com
ARG TARGETPLATFORM
RUN echo "Acquire {\n\
APT::Get::Allow-Unauthenticated \"true\";\n\
GPG::Ignore \"true\";\n\
AllowInsecureRepositories \"true\";\n\
AllowDowngradeToInsecureRepositories \"true\";\n\
}" > /etc/apt/apt.conf.d/skip-gpg-check-ig;
RUN \
# \
# https://mirrors.ustc.edu.cn/help/debian.html #deb12: invalid signature
Expand Down

0 comments on commit ee55068

Please sign in to comment.