From f72a0422ad376be47d4946d471702033246325f6 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Tue, 27 Jun 2017 01:49:18 +0100 Subject: [PATCH] Upgrade Debian-based images to debian@stretch-slim --- 0.11/Dockerfile | 4 ++-- 0.12/Dockerfile | 4 ++-- 0.13/Dockerfile | 4 ++-- 0.14/Dockerfile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/0.11/Dockerfile b/0.11/Dockerfile index 22329d4..3d02838 100644 --- a/0.11/Dockerfile +++ b/0.11/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch-slim MAINTAINER Rui Marinho (@ruimarinho) @@ -7,7 +7,7 @@ RUN useradd -r bitcoin ENV GOSU_VERSION=1.9 RUN apt-get update -y \ - && apt-get install -y curl \ + && apt-get install -y curl gnupg \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/0.12/Dockerfile b/0.12/Dockerfile index 9fbde3a..fd64164 100644 --- a/0.12/Dockerfile +++ b/0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch-slim MAINTAINER Rui Marinho (@ruimarinho) @@ -7,7 +7,7 @@ RUN useradd -r bitcoin ENV GOSU_VERSION=1.9 RUN apt-get update -y \ - && apt-get install -y curl \ + && apt-get install -y curl gnupg \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/0.13/Dockerfile b/0.13/Dockerfile index 8fe5cf1..972236f 100644 --- a/0.13/Dockerfile +++ b/0.13/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch-slim MAINTAINER Rui Marinho (@ruimarinho) @@ -7,7 +7,7 @@ RUN useradd -r bitcoin ENV GOSU_VERSION=1.9 RUN apt-get update -y \ - && apt-get install -y curl \ + && apt-get install -y curl gnupg \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/0.14/Dockerfile b/0.14/Dockerfile index 5dca86f..1dd0a9f 100644 --- a/0.14/Dockerfile +++ b/0.14/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch-slim MAINTAINER Rui Marinho (@ruimarinho) @@ -7,7 +7,7 @@ RUN useradd -r bitcoin ENV GOSU_VERSION=1.9 RUN apt-get update -y \ - && apt-get install -y curl \ + && apt-get install -y curl gnupg \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*