Skip to content

Commit

Permalink
Merge pull request #2040 from stweil/docker
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
egorpugin authored Nov 3, 2018
2 parents f4a34e6 + ad30f52 commit 361f326
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Dockerfile for local Travis build test

FROM ubuntu
MAINTAINER Ian Blenke <[email protected]>
LABEL maintainer="Ian Blenke <[email protected]>"

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cmake curl git ruby bundler wget unzip
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cmake curl git ruby bundler wget unzip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN gem install bundler travis --no-ri --no-rdoc
RUN git clone --depth 1 https://github.com/travis-ci/travis-build ~/.travis/travis-build
RUN bundle install --gemfile ~/.travis/travis-build/Gemfile
Expand Down

0 comments on commit 361f326

Please sign in to comment.