From e2dd4eb641fd14b9978b1a714d7bcbf9b9a2ce00 Mon Sep 17 00:00:00 2001 From: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:01:38 +0100 Subject: [PATCH] Update Dockerfile --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index a6e86ee06..79a666b0c 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,7 +1,7 @@ ARG base_image=ubuntu:bionic FROM ${base_image} -RUN apt-get update && apt-get install -y wget +RUN apt-get update && apt-get install -y wget gnupg RUN wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | apt-key add - RUN echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | tee /etc/apt/sources.list.d/bellsoft.list