From c1d5ca891fcf5b12fdc527952ecde4732e366ba5 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sat, 20 Aug 2022 09:47:46 -0500 Subject: [PATCH] adds certificate update command --- build-php.jenkins | 1 + 1 file changed, 1 insertion(+) diff --git a/build-php.jenkins b/build-php.jenkins index e07b0ac..7c80050 100644 --- a/build-php.jenkins +++ b/build-php.jenkins @@ -39,6 +39,7 @@ RUN apt-get update && \\ apt-get upgrade -y && \\ apt-get autoremove -y && \\ apt-get clean && \\ + update-ca-certificates && \\ rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* && \\ docker-php-ext-install mysqli """