Explorar el Código

gpg is only available from stretch use gnupg instead

(cherry picked from commit cb7bd4042c550c828398e21fe6bb130a4dc7137f)
Victor Seva hace 8 años
padre
commit
7928dfc56c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      create_dockerfile.sh

+ 1 - 1
create_dockerfile.sh

@@ -18,7 +18,7 @@ MAINTAINER Victor Seva <[email protected]>
 ENV REFRESHED_AT ${DATE}
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update && \
-  apt-get install --assume-yes gpg wget
+  apt-get install --assume-yes gnupg wget
 EOF
 
 if [ -n "${archived}" ] ; then