mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 12:07:04 +00:00
ci: Add ca-certificates installation to xpdf container (#4206)
This commit is contained in:
parent
7aae4293d7
commit
e6af353530
@ -3,6 +3,7 @@ FROM ubuntu:latest
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
cmake \
|
||||
curl \
|
||||
gcc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user