EOX GitLab Instance

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

Installing mapache (specific version) from our own apt repository

parent 751e017d
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@ ADD configure.sh \
run-httpd.sh \
run-seeder.sh \
seeder.py \
get-token-and-render.sh \
mapcache-template.xml \
/
RUN chmod -v +x \
......@@ -70,7 +69,5 @@ RUN chmod -v +x \
/run-httpd.sh \
/run-seeder.sh
ADD reload-http /etc/cron.d/
EXPOSE 80
CMD ["/run-httpd.sh"]
#!/bin/bash
#!/bin/bash -e
echo "Running install.sh"
apt update
......@@ -6,12 +6,12 @@ apt update
echo "Adding UbuntuGIS repo"
DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common
add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
add-apt-repository -y ppa:schpidi2/eox
apt update
echo "Installing packages"
DEBIAN_FRONTEND=noninteractive apt install -y libapache2-mod-mapcache \
mapcache-tools sqlite3 curl apache2 python3-dateutil python3-redis \
python3-boto3 cron \
python3-swiftclient python-swiftclient
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 \
sqlite3 curl apache2 python3-dateutil python3-redis
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