From cd4335ce58d43c951fb2b6f8cd81f2ba08495c5a Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Thu, 7 Oct 2021 14:37:39 +0200 Subject: [PATCH] Add upgrade as a step trying to fix the cert issue --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 83feb1c..ae655f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM $FROM_IMAGE MAINTAINER Carlos A. Gomes RUN apt-get update \ + && apt-get upgrade -y \ && apt-get install --no-install-recommends --no-install-suggests -y \ gnupg2 \ apt-transport-https \