Skip to content

Commit

Permalink
feat: add mc
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Oct 22, 2024
1 parent 8192b1a commit 4191752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ FROM ghcr.io/budimanjojo/talhelper:${TALHELPER_VERSION} AS talhelper
# Misc Tools
FROM ghcr.io/mirceanton/taskfile:${TASKFILE_VERSION} AS taskfile
#TODO: bw-cli container
FROM docker.io/minio/mc:${MINIO_CLI_VERSION} AS minio-cli


## ================================================================================================
Expand Down Expand Up @@ -103,6 +104,7 @@ COPY --from=helm /bin/helm /usr/local/bin/helm
COPY --from=flux /usr/local/bin/flux /usr/local/bin/flux
COPY --from=bitwarden-cli /bin/bw /usr/local/bin/bw
COPY --from=kubecolor /usr/local/bin/kubecolor /usr/local/bin/kubecolor
COPY --from=minio-cli /usr/bin/mc /usr/local/bin/mc

# Setup bash completions
RUN kustomize completion bash | sudo tee /etc/bash_completion.d/kustomize.bash > /dev/null
Expand Down

0 comments on commit 4191752

Please sign in to comment.