From cb95182a05adaed6ed6ce9d4401175b20bdc8ad2 Mon Sep 17 00:00:00 2001
From: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
Date: Mon, 6 Jun 2022 15:29:40 +0200
Subject: [PATCH] update Dockerfile

---
 docker/ubuntu_intel/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/ubuntu_intel/Dockerfile b/docker/ubuntu_intel/Dockerfile
index acf6d8c..b62407f 100644
--- a/docker/ubuntu_intel/Dockerfile
+++ b/docker/ubuntu_intel/Dockerfile
@@ -14,7 +14,7 @@ ENV LINUX_APT_DNF_CACHE_NUMBER='7'
 ENV SAMPLES_TAG='2022.1.0'
 ENV COMPILER_VERSION: 2022.0.3
 
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Europe/Paris apt-get install -y wget build-essential pkg-config cmake ca-certificates gnupg git python3-pip
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Europe/Paris apt-get install -y apt-utils wget build-essential pkg-config cmake ca-certificates gnupg git python3-pip
 RUN pip install --upgrade fypp
 COPY setup_apt_repo_linux_no_sudo.sh /
 RUN /setup_apt_repo_linux_no_sudo.sh && apt-get install -y $LINUX_FORTRAN_COMPONENTS $LINUX_CPP_COMPONENTS $LINUX_MKL_COMPONENTS $LINUX_MKL1_COMPONENTS
-- 
GitLab