Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add the apt keys to the repo #3

Open
jmikedupont2 opened this issue Dec 28, 2021 · 0 comments
Open

please add the apt keys to the repo #3

jmikedupont2 opened this issue Dec 28, 2021 · 0 comments

Comments

@jmikedupont2
Copy link

jmikedupont2 commented Dec 28, 2021

What I thought I had to do to do to get apt working,
can you please add the keys to your docker build like this?

wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/g/gnupg2/gpg_2.2.12-1+deb10u1_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.2.12-1+deb10u1_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/liba/libassuan/libassuan0_2.5.2-1_amd64.deb
dpkg -i libassuan0_2.5.2-1_amd64.deb
dpkg -i gpgconf_2.2.12-1+deb10u1_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/libk/libksba/libksba8_1.3.5-2_amd64.deb
dpkg -i libksba8_1.3.5-2_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/g/gnupg2/dirmngr_2.2.12-1+deb10u1_amd64.deb
dpkg -i ./dirmngr_2.2.12-1+deb10u1_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/n/npth/libnpth0_1.6-1_amd64.deb
dpkg -i libnpth0_1.6-1_amd64.deb
dpkg -i ./dirmngr_2.2.12-1+deb10u1_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/g/gnupg2/gpg-agent_2.2.12-1+deb10u1_amd64.deb
dpkg -i gpg-agent_2.2.12-1+deb10u1_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/p/pinentry/pinentry-curses_1.1.0-2_amd64.deb
dpkg -i pinentry-curses_1.1.0-2_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.1+20181013-2+deb10u2_amd64.deb
dpkg -i libncursesw6_6.1+20181013-2+deb10u2_amd64.deb
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.1+20181013-2+deb10u2_amd64.deb
dpkg -i libtinfo6_6.1+20181013-2+deb10u2_amd64.deb
dpkg -i libncursesw6_6.1+20181013-2+deb10u2_amd64.deb
dpkg -i pinentry-curses_1.1.0-2_amd64.deb
dpkg -i gpg-agent_2.2.12-1+deb10u1_amd64.deb
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
apt update
@jmikedupont2 jmikedupont2 changed the title [RFE]: please add the apt keys to the repo Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant