From 388c406d39dbc5f38ce2b891dad3a3b8bb314742 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 30 May 2016 15:25:53 +0200 Subject: [PATCH] apt update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9f03a1..712daca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest LABEL version="0.4" description="Mosquitto and OwnTracks Recorder" MAINTAINER Jan-Piet Mens -RUN apt-get install -y wget && \ +RUN apt-get update && apt-get install -y wget && \ wget -q -O /tmp/owntracks.gpg.key http://repo.owntracks.org/repo.owntracks.org.gpg.key && \ apt-key add /tmp/owntracks.gpg.key RUN apt-get install -y software-properties-common && \