Added 'apt-get -y dist-upgrade'

This commit is contained in:
root 2016-09-12 09:06:11 -07:00
父節點 b969f3f1fc
當前提交 0cd7705221
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

@ -7,6 +7,7 @@ MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm
RUN apt-get update
RUN apt-get -y dist-upgrade
RUN apt-get install -y software-properties-common python-software-properties python-pip python-dev libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libyaml-dev libssl-dev libsasl2-dev libldap2-dev npm git python-virtualenv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*