Browse Source

Added 'apt-get -y dist-upgrade'

master
root 7 years ago
parent
commit
0cd7705221
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docker/Dockerfile

+ 1
- 0
docker/Dockerfile View File

@@ -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/*


Loading…
Cancel
Save