Explorar o código

Added gnupg so that wget would download from an https website

root %!s(int64=7) %!d(string=hai) anos
pai
achega
07f3e7dcbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,7 +12,7 @@ MAINTAINER Mark Ide Jr (https://www.mide.io)
 
 RUN echo "deb http://overviewer.org/debian ./" >> /etc/apt/sources.list && \
     apt-get update && \
-    apt-get install -y wget && \
+    apt-get install -y wget gnupg && \
     wget -O - https://overviewer.org/debian/overviewer.gpg.asc | apt-key add - && \
     apt-get update && \
     apt-get install -y minecraft-overviewer && \