This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new e7af4ab debian:12 add libmaxminddb (#230)
e7af4ab is described below
commit e7af4abb88b0a90b0e8a6fccda02380b8ac27775
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Oct 14 15:08:11 2023 -0500
debian:12 add libmaxminddb (#230)
---
docker/debian/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/debian/Dockerfile b/docker/debian/Dockerfile
index b592440..02bf7ed 100644
--- a/docker/debian/Dockerfile
+++ b/docker/debian/Dockerfile
@@ -13,7 +13,7 @@ RUN <<EOT /bin/bash
apt-get -y install libssl-dev libexpat1-dev \
libpcre3-dev libcap-dev libhwloc-dev libunwind8 libunwind-dev zlib1g-dev \
- libjemalloc-dev libluajit-5.1-dev liblzma-dev \
+ libmaxminddb-dev libjemalloc-dev libluajit-5.1-dev liblzma-dev \
libhiredis-dev libncurses-dev libgeoip-dev libmagick++-dev
apt-get -y autoremove