Skip to content

Commit

Permalink
feat: add fblog to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Jul 24, 2024
1 parent daab501 commit 181c415
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ RUN apt-get update && apt-get upgrade -y && \

# stern, jq, yq
RUN curl -sLS https://get.arkade.dev | sh && \
arkade get kubectl stern jq yq --path /usr/bin && \
chmod +x /usr/bin/kubectl /usr/bin/stern /usr/bin/jq /usr/bin/yq
arkade get kubectl stern jq yq sops --path /usr/bin && \
chmod +x /usr/bin/kubectl /usr/bin/stern /usr/bin/jq /usr/bin/yq /usr/bin/sops

RUN curl https://sh.rustup.rs -sSf | sh && \
cargo install fblog

# Minimalized Google cloud sdk
FROM base as gcloud-installer
Expand Down

0 comments on commit 181c415

Please sign in to comment.