diff --git a/Dockerfile.buildworker b/Dockerfile.buildworker index 1917db423..c18c24589 100644 --- a/Dockerfile.buildworker +++ b/Dockerfile.buildworker @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive ENV HOME /root # Install the dependencies. -RUN apt-get update # 15JUL2014 +RUN apt-get update # 06AUG2014 # New ubuntu packages should be added as their own apt-get install lines below the existing install commands RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62-dev libevent-dev gdebi-core g++ libmagic1 phantomjs nodejs npm libldap2-dev libsasl2-dev diff --git a/Dockerfile.web b/Dockerfile.web index b5bb5e460..c9ba36823 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive ENV HOME /root # Install the dependencies. -RUN apt-get update # 15JUL2014 +RUN apt-get update # 06AUG2014 # New ubuntu packages should be added as their own apt-get install lines below the existing install commands RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62-dev libevent-dev gdebi-core g++ libmagic1 phantomjs nodejs npm libldap2-dev libsasl2-dev