forked from xdocker/xgeoserver

Tim Sutton
2014-12-27 5de6ebd2e2dcc8b13d3445d55d14bdbd619cdf9a
Use official tomcat repo rather
2 files modified
7 ■■■■■ changed files
71-apt-cacher-ng 2 ●●● patch | view | raw | blame | history
Dockerfile 5 ●●●●● patch | view | raw | blame | history
71-apt-cacher-ng
@@ -1,2 +1,2 @@
#Acquire::http { Proxy "http://192.168.2.9:3142"; };
#Acquire::http { Proxy "http://192.168.0.13:3142"; };
#Acquire::http { Proxy "http://192.168.0.101:3142"; };
Dockerfile
@@ -1,5 +1,5 @@
#--------- Generic stuff all our Dockerfiles should start with so we get caching ------------
FROM consol/tomcat-8.0
FROM tomcat:8.0
MAINTAINER Tim Sutton<tim@linfiniti.com>
RUN  export DEBIAN_FRONTEND=noninteractive
@@ -12,8 +12,7 @@
# Or comment this line out if you do not with to use caching
ADD 71-apt-cacher-ng /etc/apt/apt.conf.d/71-apt-cacher-ng
RUN echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" > /etc/apt/sources.list
#RUN apt-get -y update
RUN apt-get -y update
#-------------Application Specific Stuff ----------------------------------------------------