Browse Source

refresh files

Victor Seva 8 years ago
parent
commit
3fabd684f3
6 changed files with 6 additions and 6 deletions
  1. 1 1
      jessie/Dockerfile
  2. 1 1
      precise/Dockerfile
  3. 1 1
      stretch/Dockerfile
  4. 1 1
      trusty/Dockerfile
  5. 1 1
      wheezy/Dockerfile
  6. 1 1
      xenial/Dockerfile

+ 1 - 1
jessie/Dockerfile

@@ -8,7 +8,7 @@ MAINTAINER Victor Seva <[email protected]>
 # old cached versions when the Dockerfile is built.
 ENV REFRESHED_AT 2017-10-19
 
-RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gpg wget
+RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gnupg wget
 # avoid httpredir errors
 RUN sed -i 's/httpredir/deb/g' /etc/apt/sources.list
 

+ 1 - 1
precise/Dockerfile

@@ -8,7 +8,7 @@ MAINTAINER Victor Seva <[email protected]>
 # old cached versions when the Dockerfile is built.
 ENV REFRESHED_AT 2017-10-19
 
-RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gpg wget
+RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gnupg wget
 # kamailio repo
 RUN echo "deb http://deb.kamailio.org/kamailio50 precise main" >   /etc/apt/sources.list.d/kamailio.list
 RUN wget -O- http://deb.kamailio.org/kamailiodebkey.gpg | apt-key add -

+ 1 - 1
stretch/Dockerfile

@@ -8,7 +8,7 @@ MAINTAINER Victor Seva <[email protected]>
 # old cached versions when the Dockerfile is built.
 ENV REFRESHED_AT 2017-10-19
 
-RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gpg wget
+RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gnupg wget
 # avoid httpredir errors
 RUN sed -i 's/httpredir/deb/g' /etc/apt/sources.list
 

+ 1 - 1
trusty/Dockerfile

@@ -8,7 +8,7 @@ MAINTAINER Victor Seva <[email protected]>
 # old cached versions when the Dockerfile is built.
 ENV REFRESHED_AT 2017-10-19
 
-RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gpg wget
+RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gnupg wget
 # kamailio repo
 RUN echo "deb http://deb.kamailio.org/kamailio50 trusty main" >   /etc/apt/sources.list.d/kamailio.list
 RUN wget -O- http://deb.kamailio.org/kamailiodebkey.gpg | apt-key add -

+ 1 - 1
wheezy/Dockerfile

@@ -8,7 +8,7 @@ MAINTAINER Victor Seva <[email protected]>
 # old cached versions when the Dockerfile is built.
 ENV REFRESHED_AT 2017-10-19
 
-RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gpg wget
+RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gnupg wget
 # avoid httpredir errors
 RUN sed -i 's/httpredir/deb/g' /etc/apt/sources.list
 

+ 1 - 1
xenial/Dockerfile

@@ -8,7 +8,7 @@ MAINTAINER Victor Seva <[email protected]>
 # old cached versions when the Dockerfile is built.
 ENV REFRESHED_AT 2017-10-19
 
-RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gpg wget
+RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   apt-get install --assume-yes gnupg wget
 # kamailio repo
 RUN echo "deb http://deb.kamailio.org/kamailio50 xenial main" >   /etc/apt/sources.list.d/kamailio.list
 RUN wget -O- http://deb.kamailio.org/kamailiodebkey.gpg | apt-key add -