EOX GitLab Instance

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

Updating mapcache version

parent adf4578d
No related branches found
No related tags found
1 merge request!6Cache native swift
...@@ -10,8 +10,9 @@ add-apt-repository -y ppa:schpidi2/eox ...@@ -10,8 +10,9 @@ add-apt-repository -y ppa:schpidi2/eox
apt update apt update
echo "Installing packages" echo "Installing packages"
VERSION=1.8.0-1~bionic1eox5
DEBIAN_FRONTEND=noninteractive apt install -y \ 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 sqlite3 curl apache2 python3-dateutil python3-redis wait-for-it
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment