Added virualenv package
This commit is contained in:
parent
26358ce5a9
commit
2cbe530e2c
|
@ -10,7 +10,8 @@ RUN apt-get update && \
|
||||||
apt-get install -q -y --no-install-recommends \
|
apt-get install -q -y --no-install-recommends \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
python-software-properties \
|
python-software-properties \
|
||||||
python-pip python-dev \
|
python-pip \
|
||||||
|
python-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
|
@ -20,7 +21,8 @@ RUN apt-get update && \
|
||||||
libsasl2-dev \
|
libsasl2-dev \
|
||||||
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