From 5b838e3f73add3d4f29908a38714b50b0d37a033 Mon Sep 17 00:00:00 2001 From: Thorsten Schwander Date: Tue, 22 Oct 2019 15:14:01 -0600 Subject: [PATCH] update build dependency in py3 dockerfile Signed-off-by: Thorsten Schwander --- tests/Dockerfile.hepcrawl_py3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile.hepcrawl_py3 b/tests/Dockerfile.hepcrawl_py3 index a709d7a1..c39cce51 100644 --- a/tests/Dockerfile.hepcrawl_py3 +++ b/tests/Dockerfile.hepcrawl_py3 @@ -3,7 +3,7 @@ FROM python:3-slim WORKDIR /usr/src/app RUN apt-get update \ - && apt-get install --no-install-recommends -y build-essential \ + && apt-get install --no-install-recommends -y build-essential libxslt1-dev zlib1g \ && rm -rf /var/lib/apt/lists COPY . .