Skip to content

Commit

Permalink
fix: intsall apache geoip library
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Jun 3, 2023
1 parent 0f3532d commit 029ad35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV MATOMO_DATABASE_PORT_NUMBER=3306
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
libapache2-mod-geoip=1.2.10-1+b1 \
gettext-base=0.21-4 \
wget=1.21-1+deb11u1 && \
apt-get clean && \
Expand Down

0 comments on commit 029ad35

Please sign in to comment.