Skip to content

Commit

Permalink
Add marmot installation to opensuse-leap
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Oct 12, 2023
1 parent be2c1f4 commit bcacb79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,14 @@ base-image:
END
# zypper up kernel-default && \
# zypper purge-kernels && \

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 && \
install marmot -o root -g root -m 755 /opt/spectrocloud/bin/ && \
rm -f marmot
RUN zypper install -y sqlite3
END
RUN zypper install -y zstd vim
RUN zypper cc && \
zypper clean
Expand Down

0 comments on commit bcacb79

Please sign in to comment.