From 88ebe37d608972699f511e4d9655b065b31e95b2 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Thu, 28 Feb 2019 10:07:49 +0100 Subject: [PATCH] mqtt-logger: Switch to Debian stretch sim Signed-off-by: Thomas Klaehn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0c3806..009e070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:latest +FROM debian:stretch-slim RUN apt-get update && apt-get install -y python python-pip mosquitto git # Install paho-mqtt