From c0fdf7bd39e389f6648fcc304b4371336c8c5773 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 18 Jun 2014 17:26:38 +0100 Subject: [PATCH] Use ubuntu:13.10 image to build docs stackbrew/ubuntu and ubuntu are the same thing now. Signed-off-by: Ben Firshman --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 3102b418b..2639848ab 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM stackbrew/ubuntu:13.10 +FROM ubuntu:13.10 RUN apt-get -qq update && apt-get install -y ruby1.8 bundler python RUN locale-gen en_US.UTF-8 ADD Gemfile /code/