Browse Source

Update Dockerfile

master
Theodotos Andreou GitHub 7 years ago
parent
commit
d92e0f453c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      docker/Dockerfile

+ 0
- 2
docker/Dockerfile View File

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



Loading…
Cancel
Save