Browse Source

Added gnupg so that wget would download from an https website

root 7 years ago
parent
commit
07f3e7dcbf
1 changed files with 1 additions and 1 deletions
  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 && \