Skip to content

Commit 5371d13

Browse files
committed
Add zip and yui-compressor for releasing
1 parent f9d703c commit 5371d13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get -y upgrade
66

77
RUN apt-get -y install build-essential zlib1g-dev libssl-dev \
88
libreadline6-dev libyaml-dev git python-software-properties \
9-
fontconfig libjpeg8 libjpeg-turbo8 libicu52
9+
fontconfig libjpeg8 libjpeg-turbo8 libicu52 zip yui-compressor
1010

1111
ENV RUBY_DOWNLOAD_SHA256 df795f2f99860745a416092a4004b016ccf77e8b82dec956b120f18bdc71edce
1212
ADD https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.gz /tmp/

spec/dockerfile_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def remove(*); end
2727
expect(os_version).to include("Ubuntu 14")
2828
end
2929

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|
3232
it "installs package #{p}" do
3333
expect(package(p)).to be_installed
3434
end

0 commit comments

Comments
 (0)