Update of /cvsroot/xmltv/xmltv
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32278
Modified Files:
.Dockerfile.ubuntu-xenial .Dockerfile.ubuntu-yakkety
.Dockerfile.ubuntu-zesty
Log Message:
Update dockerfiles for Ubuntu Xenial, Yakkety and Zesty
Index: .Dockerfile.ubuntu-xenial
===================================================================
RCS file: /cvsroot/xmltv/xmltv/.Dockerfile.ubuntu-xenial,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .Dockerfile.ubuntu-xenial 2 Sep 2017 04:57:09 -0000 1.2
--- .Dockerfile.ubuntu-xenial 2 Sep 2017 23:28:45 -0000 1.3
***************
*** 12,16 ****
ENV TZ 'Europe/London'
RUN echo $TZ > /etc/timezone && \
! apt-get update && apt-get -y install tzdata && \
rm /etc/localtime && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata
--- 12,16 ----
ENV TZ 'Europe/London'
RUN echo $TZ > /etc/timezone && \
! apt-get -y install tzdata && \
rm /etc/localtime && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata
Index: .Dockerfile.ubuntu-yakkety
===================================================================
RCS file: /cvsroot/xmltv/xmltv/.Dockerfile.ubuntu-yakkety,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .Dockerfile.ubuntu-yakkety 25 Feb 2017 20:21:24 -0000 1.1
--- .Dockerfile.ubuntu-yakkety 2 Sep 2017 23:28:45 -0000 1.2
***************
*** 10,13 ****
--- 10,19 ----
--no-install-recommends
+ ENV TZ 'Europe/London'
+ RUN echo $TZ > /etc/timezone && \
+ apt-get -y install tzdata && \
+ rm /etc/localtime && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
+ dpkg-reconfigure -f noninteractive tzdata
+
RUN apt-get -y install libarchive-zip-perl \
libcgi-pm-perl \
Index: .Dockerfile.ubuntu-zesty
===================================================================
RCS file: /cvsroot/xmltv/xmltv/.Dockerfile.ubuntu-zesty,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .Dockerfile.ubuntu-zesty 2 Sep 2017 04:57:09 -0000 1.2
--- .Dockerfile.ubuntu-zesty 2 Sep 2017 23:28:45 -0000 1.3
***************
*** 12,16 ****
ENV TZ 'Europe/London'
RUN echo $TZ > /etc/timezone && \
! apt-get update && apt-get -y install tzdata && \
rm /etc/localtime && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata
--- 12,16 ----
ENV TZ 'Europe/London'
RUN echo $TZ > /etc/timezone && \
! apt-get -y install tzdata && \
rm /etc/localtime && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata
|