search for: gnupg1

Displaying 2 results from an estimated 2 matches for "gnupg1".

Did you mean: gnupg
2018 Mar 06
2
gluster debian build repo redirection loop on apt-get update on docker
...zero code: 100 I suspect I may be missing some needed packages to get apt to work right, except it appears to work fine for the regular debian packages. This is my Dockerfile: FROM php:cli # use up to date gluster.org built packages RUN apt-get update RUN apt-get --assume-yes install wget gnupg gnupg1 gnupg2 RUN wget -O - http://download.gluster.org/pub/gluster/glusterfs/3.13/rsa.pub | apt-key add - RUN ln -s /usr/lib/apt/methods/http /usr/lib/apt/methods/https RUN echo deb [arch=amd64] https://download.gluster.org/pub/gluster/glusterfs/3.13/9/Debian/stretch/amd64/apt/ stretch main > /etc/apt...
2018 Mar 07
0
gluster debian build repo redirection loop on apt-get update on docker
...ing some needed packages to get apt to work > right, except it appears to work fine for the regular debian packages. > > This is my Dockerfile: > > FROM php:cli > # use up to date gluster.org built packages > RUN apt-get update > RUN apt-get --assume-yes install wget gnupg gnupg1 gnupg2 > RUN wget -O - http://download.gluster.org/pub/gluster/glusterfs/3.13/rsa.pub > | apt-key add - > RUN ln -s /usr/lib/apt/methods/http /usr/lib/apt/methods/https > RUN echo deb [arch=amd64] > https://download.gluster.org/pub/gluster/glusterfs/3.13/9/Debian/stretch/amd64/apt/ &...