Skip to content

Commit

Permalink
added bzip
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Aug 28, 2015
1 parent a910b65 commit d3f2815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ RUN gem install fpm
# Requisites for packing Lantern for Windows.
RUN yum install -y osslsigncode mingw32-nsis && yum clean all

# Required for compressing update files
RUN yum install -y bzip2

# Requisites for genassets.
RUN yum install -y nodejs npm && yum clean all
RUN npm install -g gulp
Expand Down

0 comments on commit d3f2815

Please sign in to comment.