diff --git a/docs/Dockerfile b/docs/Dockerfile index 3102b418b2..2639848ab1 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/