libgnt/builders

5a0325f6fdc8
Parents 611e0f614317
Children eeb8b15c6164
Add ca-certificates to the pvs studio build
--- a/Dockerfile.pvs-studio Sun Oct 04 02:59:32 2020 -0500
+++ b/Dockerfile.pvs-studio Sun Oct 04 03:05:06 2020 -0500
@@ -6,7 +6,7 @@
RUN set -ex && \
apt-get update && \
- apt-get install -y --no-install-recommends wget strace && \
+ apt-get install -y --no-install-recommends wget strace ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt/lists