mirror of
https://github.com/docker/compose.git
synced 2025-07-26 07:04:32 +02:00
Merge pull request #257 from orchardup/use-ubuntu-image-to-build-docs
Use ubuntu:13.10 image to build docs
This commit is contained in:
commit
1e7e8202af
@ -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 apt-get -qq update && apt-get install -y ruby1.8 bundler python
|
||||||
RUN locale-gen en_US.UTF-8
|
RUN locale-gen en_US.UTF-8
|
||||||
ADD Gemfile /code/
|
ADD Gemfile /code/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user