commit fe955de16d6d02e29ef77fc3af150af7d31dc020 parent ddfbfc62c928ccb23468b6e1bb50f1d8e60ac143 Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 8 Mar 2016 16:48:59 +0100 Fix Dockerfile Diffstat:
| M | Dockerfile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -2,7 +2,8 @@ # # VERSION 0.1 -FROM ubuntu:12.04 MAINTAINER Marcel Radzio <info@nordgedanken.de> +FROM ubuntu:12.04 +MAINTAINER Marcel Radzio <info@nordgedanken.de> RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sources.list