Make sure we update libssl inside the image to fix heartbleed.

This commit is contained in:
jakedt 2014-04-17 13:04:35 -04:00
parent 56a19aa24e
commit 05b3851a54
2 changed files with 12 additions and 6 deletions

View file

@ -12,7 +12,7 @@ RUN add-apt-repository ppa:chris-lea/node.js
RUN apt-get update
# New ubuntu packages should be added as their own apt-get install lines below the existing install commands
RUN apt-get install -y git python-virtualenv python-dev phantomjs libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev libevent-dev gdebi-core g++ libmagic1 nodejs
RUN apt-get install -y git python-virtualenv python-dev phantomjs libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev libevent-dev gdebi-core g++ libmagic1 nodejs libssl1.0.0
RUN npm install -g grunt-cli
ADD binary_dependencies binary_dependencies