From 0189b82ccc548db205b435218291a35620f74138 Mon Sep 17 00:00:00 2001 From: Tim Dysinger Date: Wed, 30 Mar 2016 00:18:21 -0700 Subject: [PATCH] extend the existing runtime base ...just being uniform... --- etc/docker/ubuntu-with-nix-gnupg/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/docker/ubuntu-with-nix-gnupg/Dockerfile b/etc/docker/ubuntu-with-nix-gnupg/Dockerfile index 41ea553a42..81e5b74156 100644 --- a/etc/docker/ubuntu-with-nix-gnupg/Dockerfile +++ b/etc/docker/ubuntu-with-nix-gnupg/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM fpco/ubuntu-with-libgmp:14.04 # SETUP GROUP/USERS ENV USER root