We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0869fdf commit ad30f52Copy full SHA for ad30f52
Dockerfile
@@ -4,7 +4,9 @@ FROM ubuntu
4
LABEL maintainer="Ian Blenke <[email protected]>"
5
6
RUN apt-get update
7
-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 \
8
+ && apt-get clean \
9
+ && rm -rf /var/lib/apt/lists/*
10
RUN gem install bundler travis --no-ri --no-rdoc
11
RUN git clone --depth 1 https://github.com/travis-ci/travis-build ~/.travis/travis-build
12
RUN bundle install --gemfile ~/.travis/travis-build/Gemfile
0 commit comments