Skip to content

Commit

Permalink
Don't install less (there is already more in the image)
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Oct 12, 2023
1 parent 7042cc4 commit be2c1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ base-image:
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 apt install -y sqlite3 less
RUN apt install -y sqlite3
END

# IF OS Type is Opensuse
Expand Down

0 comments on commit be2c1f4

Please sign in to comment.