Skip to content

Commit

Permalink
install ping for two node
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Oct 26, 2023
1 parent 45b89ba commit 862c46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ base-image:
apt clean

IF $TWO_NODE
RUN apt install -y sqlite3
RUN apt install -y sqlite3 iputils-ping
END

# IF OS Type is Opensuse
Expand All @@ -279,7 +279,7 @@ base-image:
# zypper purge-kernels && \

IF $TWO_NODE
RUN zypper install -y sqlite3
RUN zypper install -y sqlite3 iputils
END
RUN zypper install -y zstd vim
RUN zypper cc && \
Expand Down

0 comments on commit 862c46b

Please sign in to comment.