From 9229483e67790cfe2342f4c76d05149c518600fa Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Tue, 30 Jul 2024 20:15:52 -0400 Subject: [PATCH] Update Dockerfile - remove duplicate apt update Co-authored-by: hgy59 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4862b25006a..2b18d14643b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ zlib1g-dev # Python based apps -RUN apt-get update && apt-get install --no-install-recommends -y \ +RUN apt-get install --no-install-recommends -y \ httpie \ mercurial \ meson \