Skip to content

Commit ee8038d

Browse files
author
Gavin Morris
committed
Removed citylite db download in Dockerfile
1 parent c6922da commit ee8038d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

matomo/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ WORKDIR /var/www/matomo
2020
# Composer require statements are for supporting the Extra Tools plugin.
2121
#
2222
# Platform agnostic does not require arch specific identifier.
23-
# IP to City Lite - opensource monthly geolocation database - expires after three months - will be refreshed with latest upon every build
2423
RUN --mount=type=cache,id=matomo-downloads-${TARGETARCH},sharing=locked,target=/opt/downloads \
2524
download.sh \
2625
--url "${MATOMO_URL}" \
@@ -38,9 +37,6 @@ RUN --mount=type=cache,id=matomo-downloads-${TARGETARCH},sharing=locked,target=/
3837
--sha256 "${EXTRA_TOOLS_SHA256}" \
3938
--strip \
4039
--dest /var/www/matomo/plugins/ExtraTools && \
41-
curl https://download.db-ip.com/free/dbip-city-lite-`date +%Y`-`date +%m`.mmdb.gz > /tmp/dbip.mmdb.gz && \
42-
gunzip -f /tmp/dbip.mmdb.gz && \
43-
mv /tmp/dbip.mmdb /var/www/matomo/misc/DBIP-City.mmdb && \
4440
cleanup.sh
4541

4642
# The driver is given explicitly to prevent accidentially overriding as Matomo

0 commit comments

Comments
 (0)