diff --git a/Earthfile b/Earthfile index a212b94..06f957c 100644 --- a/Earthfile +++ b/Earthfile @@ -225,7 +225,9 @@ base-image: IF $TWO_NODE RUN mkdir -p /opt/spectrocloud/bin && \ - curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \ + # curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \ + # TODO: remove this hack once https://github.com/maxpert/marmot/pull/86 is merged + curl -sL https://github.com/TylerGillson/marmot/raw/master/marmot -o marmot && \ install marmot -o root -g root -m 755 /opt/spectrocloud/bin/ && \ rm -f marmot END