Skip to content

Commit

Permalink
update build dependency in py3 dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Schwander <[email protected]>
  • Loading branch information
tsgit committed Oct 22, 2019
1 parent 9b0bdce commit 5b838e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile.hepcrawl_py3
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit 5b838e3

Please sign in to comment.