Upgrade Debian-based images to debian@stretch-slim

This commit is contained in:
Rui Marinho 2017-06-27 01:49:18 +01:00
parent fee88fd7a2
commit f72a0422ad
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@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/*

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@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/*

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@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/*

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@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/*