From 4af9e4e95f0bb2681700bbd39bc3602efd9eca83 Mon Sep 17 00:00:00 2001 From: Leif Hedstrom Date: Wed, 10 Feb 2021 20:56:13 -0700 Subject: [PATCH] Updates the Dockerfile for debian --- 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 5affc9bdd44..337356ca8c3 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)