This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.1.x by this push:
     new 327d410  Updates the Dockerfile for debian (#7518)
327d410 is described below

commit 327d41016977de834ee043f091d62b57a09e86db
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Feb 11 15:59:20 2021 -0700

    Updates the Dockerfile for debian (#7518)
    
    (cherry picked from commit 5528ab6deadae1ebf765d1e72a97ac70220d6587)
---
 ci/docker/deb/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/deb/Dockerfile b/ci/docker/deb/Dockerfile
index 5affc9b..337356c 100644
--- a/ci/docker/deb/Dockerfile
+++ b/ci/docker/deb/Dockerfile
@@ -53,7 +53,7 @@ RUN apt-get update; apt-get -y dist-upgrade; \
     git distcc file wget openssl hwloc intltool-debian; \
     # Devel packages that ATS needs
     apt-get -y install libssl-dev libexpat1-dev libpcre3-dev libcap-dev \
-    libhwloc-dev libhwloc5 libunwind8 libunwind8-dev zlib1g-dev \
+    libhwloc-dev libunwind8 libunwind-dev zlib1g-dev \
     tcl-dev tcl8.6-dev libjemalloc-dev libluajit-5.1-dev liblzma-dev \
     libhiredis-dev libbrotli-dev libncurses-dev libgeoip-dev libmagick++-dev; \
     # Optional: This is for the OpenSSH server, and Jenkins account + access 
(comment out if not needed)

Reply via email to