Skip to content

Commit 5de6ebd

Browse files
committed
Use official tomcat repo rather
1 parent 6837452 commit 5de6ebd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

71-apt-cacher-ng

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#Acquire::http { Proxy "http://192.168.2.9:3142"; };
2-
#Acquire::http { Proxy "http://192.168.0.13:3142"; };
2+
#Acquire::http { Proxy "http://192.168.0.101:3142"; };

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#--------- Generic stuff all our Dockerfiles should start with so we get caching ------------
2-
FROM consol/tomcat-8.0
2+
FROM tomcat:8.0
33
MAINTAINER Tim Sutton<[email protected]>
44

55
RUN export DEBIAN_FRONTEND=noninteractive
@@ -12,8 +12,7 @@ RUN dpkg-divert --local --rename --add /sbin/initctl
1212
# Or comment this line out if you do not with to use caching
1313
ADD 71-apt-cacher-ng /etc/apt/apt.conf.d/71-apt-cacher-ng
1414

15-
RUN echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" > /etc/apt/sources.list
16-
#RUN apt-get -y update
15+
RUN apt-get -y update
1716

1817
#-------------Application Specific Stuff ----------------------------------------------------
1918

0 commit comments

Comments
 (0)