Update Dockerfile

This commit is contained in:
Theodotos Andreou 2016-09-22 23:42:57 +03:00 committed by GitHub
부모 1b2b9a79fa
커밋 d92e0f453c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -6,7 +6,6 @@ FROM debian:jessie
MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm
RUN apt-get update && \
apt-get -q -y dist-upgrade && \
apt-get install -q -y \
software-properties-common \
python-software-properties \
@ -22,7 +21,6 @@ RUN apt-get update && \
libldap2-dev \
npm git \
python-virtualenv \
virtualenv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*