From 743dc8d96eecda4d4936ca87dd2b3d36beaed8fe Mon Sep 17 00:00:00 2001
From: Chuck Daniels <chuck@developmentseed.org>
Date: Wed, 16 Apr 2025 16:30:05 -0400
Subject: [PATCH] Remove unnecessary h4tonccf_nc4 install

The Docker image already has h4tonccf_nc4 installed, so this step is
redundant. In fact, it was installing it to a directory that isn't on
the `PATH`, so it had no effect.
---
 build.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build.sh b/build.sh
index c9725ec..e25c16e 100644
--- a/build.sh
+++ b/build.sh
@@ -3,6 +3,3 @@ set -euo pipefail
 
 # Install maap-py so we can use MAAP Secrets in run.sh
 conda run --no-capture-output --name mytobac python -m pip install maap-py
-
-mkdir -p "${HOME}/local/bin"
-wget https://www.hdfeos.org/software/h4cflib/bin/linux/v1.4/CentOS7/h4tonccf_nc4 -O "${HOME}/local/bin/h4tonccr_nc4"
-- 
GitLab