Skip to content

Commit

Permalink
Merge pull request #17 from kbase/inbox
Browse files Browse the repository at this point in the history
Adding minio mc admin utility
  • Loading branch information
jsfillman authored Mar 25, 2021
2 parents 48c4918 + e698e37 commit 734ad58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ RUN \
wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh; \
chmod +x /usr/local/bin/wait-for-it.sh

# Install minio mc admin utility
RUN \
cd /usr/local/bin; \
wget https://dl.min.io/client/mc/release/linux-amd64/mc; \
chmod +x mc

# Install Mongo
RUN \
mkdir -p /data/db/tmp && cd /data/db/tmp/; \
Expand Down

0 comments on commit 734ad58

Please sign in to comment.