File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get -y upgrade
6
6
7
7
RUN apt-get -y install build-essential zlib1g-dev libssl-dev \
8
8
libreadline6-dev libyaml-dev git python-software-properties \
9
- fontconfig libjpeg8 libjpeg-turbo8 libicu52
9
+ fontconfig libjpeg8 libjpeg-turbo8 libicu52 zip yui-compressor
10
10
11
11
ENV RUBY_DOWNLOAD_SHA256 df795f2f99860745a416092a4004b016ccf77e8b82dec956b120f18bdc71edce
12
12
ADD https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.gz /tmp/
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ def remove(*); end
27
27
expect ( os_version ) . to include ( "Ubuntu 14" )
28
28
end
29
29
30
- # Libfontconfig is required at truntime for phantom
31
- %w{ git } . each do |p |
30
+ # Zip and yiu-compressor for roger release
31
+ %w{ git zip yui-compressor } . each do |p |
32
32
it "installs package #{ p } " do
33
33
expect ( package ( p ) ) . to be_installed
34
34
end
You can’t perform that action at this time.
0 commit comments