From a4d5e7634905065f3ac0f353823e6c86bc673477 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Thu, 16 Jan 2025 19:01:55 -0500 Subject: [PATCH] use apt-get instead of apt to be consistent --- solr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/Dockerfile b/solr/Dockerfile index 9eb658c3..0e1bea1f 100644 --- a/solr/Dockerfile +++ b/solr/Dockerfile @@ -8,7 +8,7 @@ USER root ####################### # Add curl to access API routes -RUN apt-get update && apt dist-upgrade -y && apt-get install -y curl vim stunnel4 git +RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y curl vim stunnel4 git # Install EFS Dependencies RUN apt-get -y install binutils rustc cargo pkg-config libssl-dev