EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 9e295ca5 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Updating mapcache version

parent f08b3341
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,9 @@ add-apt-repository -y ppa:schpidi2/eox
apt update
echo "Installing packages"
VERSION=1.8.0-1~bionic1eox5
DEBIAN_FRONTEND=noninteractive apt install -y \
libmapcache1=1.8.0-1~bionic1eox2 libapache2-mod-mapcache=1.8.0-1~bionic1eox2 mapcache-tools=1.8.0-1~bionic1eox2 \
libmapcache1=${VERSION} libapache2-mod-mapcache=${VERSION} mapcache-tools=${VERSION} \
sqlite3 curl apache2 python3-dateutil python3-redis wait-for-it
rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment