Skip to content

Commit

Permalink
Update Docker
Browse files Browse the repository at this point in the history
Mapcache Update version 1.4.1
  • Loading branch information
samtux authored Mar 8, 2017
1 parent 843b8ff commit 8bde663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Samuel Fernando Mesa Giraldo <samuelmesa@gmail.com>
# Base: Yves Jacolin <yjacolin@free.fr>

ENV VERSION 2016-07-04
ENV VERSION 2017-03-08
ENV TERM xterm
ENV APACHE_CONFDIR /etc/apache2
ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
Expand All @@ -14,7 +14,7 @@ ENV APACHE_LOCK_DIR /var/lock/apache2
ENV LANG C
ENV APACHE_PID_FILE /var/run/apache2/apache2.pid
ENV PGSERVICEFILE /gisdata/projects/pg_service.conf
ENV MAPCACHE_VERSION=1.4.0
ENV MAPCACHE_VERSION=1.4.1

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key 073D307A618E5811 && \
echo "deb http://qgis.org/debian xenial main" > /etc/apt/sources.list.d/qgis.list
Expand Down

0 comments on commit 8bde663

Please sign in to comment.