ci: Add ca-certificates installation to xpdf container (#4206)

This commit is contained in:
Silvano Cerza 2023-02-20 17:47:10 +01:00 committed by GitHub
parent 7aae4293d7
commit e6af353530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \