Update Dockerfile
This commit is contained in:
parent
1b2b9a79fa
commit
d92e0f453c
|
@ -6,7 +6,6 @@ FROM debian:jessie
|
||||||
MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm
|
MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -q -y dist-upgrade && \
|
|
||||||
apt-get install -q -y \
|
apt-get install -q -y \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
python-software-properties \
|
python-software-properties \
|
||||||
|
@ -22,7 +21,6 @@ RUN apt-get update && \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
npm git \
|
npm git \
|
||||||
python-virtualenv \
|
python-virtualenv \
|
||||||
virtualenv && \
|
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue