This is an automated email from the ASF dual-hosted git repository.
eze 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 ca01fa6 Update Dockerfile
ca01fa6 is described below
commit ca01fa6aa28f0a8aa2bf323a9fcd2fcea7ebb436
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Wed Mar 24 10:41:20 2021 -0600
Update Dockerfile
---
docker/ubuntu/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile
index 025c634..2ad7d7b 100644
--- a/docker/ubuntu/Dockerfile
+++ b/docker/ubuntu/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:20.04
RUN apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential llvm
ccache \
make pkgconf bison flex g++ clang gettext libc++-dev autoconf automake \
- libtool autotools-dev git distcc file wget openssl hwloc intltool-debian
clang-10; \
+ libtool autotools-dev git distcc file wget openssl hwloc intltool-debian
clang-tools-10 clang-10; \
DEBIAN_FRONTEND=noninteractive apt-get -y install libssl-dev libexpat1-dev
\
libpcre3-dev libcap-dev libhwloc-dev libunwind8 libunwind-dev zlib1g-dev \