File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
#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"; };
Original file line number Diff line number Diff line change 1
1
# --------- Generic stuff all our Dockerfiles should start with so we get caching ------------
2
- FROM consol/ tomcat- 8.0
2
+ FROM tomcat: 8.0
3
3
MAINTAINER Tim Sutton<
[email protected] >
4
4
5
5
RUN export DEBIAN_FRONTEND=noninteractive
@@ -12,8 +12,7 @@ RUN dpkg-divert --local --rename --add /sbin/initctl
12
12
# Or comment this line out if you do not with to use caching
13
13
ADD 71-apt-cacher-ng /etc/apt/apt.conf.d/71-apt-cacher-ng
14
14
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
17
16
18
17
# -------------Application Specific Stuff ----------------------------------------------------
19
18
You can’t perform that action at this time.
0 commit comments